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
Currently, the info panel receives as its id parameter, the 'this.viewport.getActiveItem().xtype' of the current view.
If a panel is used twice but in different circumstances, like the Bills panel, it cannot have two different "info" text, because it is one panel, with one xtype.
A possible solution is to pass a key to the infoController, and have the infoController display its text according to that key.
The text was updated successfully, but these errors were encountered:
Currently, the info panel receives as its id parameter, the 'this.viewport.getActiveItem().xtype' of the current view.
If a panel is used twice but in different circumstances, like the Bills panel, it cannot have two different "info" text, because it is one panel, with one xtype.
A possible solution is to pass a key to the infoController, and have the infoController display its text according to that key.
The text was updated successfully, but these errors were encountered: