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
LoadingNotificationCommand it was designed to do an action before an ajax (tipically "display message") and do another when completed (hide said message).
Since the block passed in the #then: key argument is considered a modelLoadingInstruction, it may never be executed if no ajax is configured to the component, leaving the action executed by the serverIndependentAction (defined in the #executing: key argument) not undone.
This could be solved if this command works as TemporarilyDisablingCommand, where both actions are actually one priorityAction.
The text was updated successfully, but these errors were encountered:
LoadingNotificationCommand it was designed to do an action before an ajax (tipically "display message") and do another when completed (hide said message).
Since the block passed in the #then: key argument is considered a modelLoadingInstruction, it may never be executed if no ajax is configured to the component, leaving the action executed by the serverIndependentAction (defined in the #executing: key argument) not undone.
This could be solved if this command works as TemporarilyDisablingCommand, where both actions are actually one priorityAction.
The text was updated successfully, but these errors were encountered: