You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experiencing behaviors throughout the admin UI that stops user notifications of messages in modules if you dismiss one using the X close link.
I have a fix that resolves this behavior resulting in new messages appearing after closing that maybe an acceptable solution.
Issue similar to behaviors described in #3597, however that issue sounds like it wont get "cleared", maybe this is what behavior was trying to be described. They can provide more details on that issue if this upcoming PR does not fix it for them.
I am using the ClearModuleMesssage() method to do the trick in cases where the message should be cleared and is not for future reference.
I will be submitting a PR shortly that will resolve this behavior in the ModuleBase.cs logic relating.
The text was updated successfully, but these errors were encountered:
thabaum
changed the title
Behavior Issue: ModuleBase.cs - Same Module Message Wont Appear After It Is Dismissed.
Issue: ModuleBase.cs - Same Module Message Wont Appear After It Is Dismissed.
Dec 30, 2023
I have been experiencing behaviors throughout the admin UI that stops user notifications of messages in modules if you dismiss one using the X close link.
I have a fix that resolves this behavior resulting in new messages appearing after closing that maybe an acceptable solution.
Issue similar to behaviors described in #3597, however that issue sounds like it wont get "cleared", maybe this is what behavior was trying to be described. They can provide more details on that issue if this upcoming PR does not fix it for them.
I am using the ClearModuleMesssage() method to do the trick in cases where the message should be cleared and is not for future reference.
I will be submitting a PR shortly that will resolve this behavior in the ModuleBase.cs logic relating.
The text was updated successfully, but these errors were encountered: