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
In case Nalu uses the error event feature, implement a feature, that firing the NaluErrorEvent will trigger a popup controller.
Therefore add a new attribute to the @Application-annotation, f.e.: errorPopUp. Implementing the popup should be similar as implementing a PopUpController, except that it has only the values of the event.
Validate, that the errorPopUp-attribute can only be used in case the error route attribute is not used!
This issue is related to the new error feature. (see #61)
The text was updated successfully, but these errors were encountered:
In case Nalu uses the error event feature, implement a feature, that firing the
NaluErrorEvent
will trigger a popup controller.Therefore add a new attribute to the
@Application
-annotation, f.e.: errorPopUp. Implementing the popup should be similar as implementing a PopUpController, except that it has only the values of the event.Validate, that the errorPopUp-attribute can only be used in case the error route attribute is not used!
This issue is related to the new error feature. (see #61)
The text was updated successfully, but these errors were encountered: