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
With #7, each Action will have a few components that are always displayed, but now several more that are only displayed when their Details popup is opened. Since those details disappear when not being viewed, the structure of the Action needs to be changed so that hidden information persists.
I think if an Action can be turned into a javascript Class, it will be easier to assign those properties for each Action.
Also, each Action should be given a unique id# on creation.
The text was updated successfully, but these errors were encountered:
With #7, each Action will have a few components that are always displayed, but now several more that are only displayed when their Details popup is opened. Since those details disappear when not being viewed, the structure of the Action needs to be changed so that hidden information persists.
I think if an Action can be turned into a javascript Class, it will be easier to assign those properties for each Action.
Also, each Action should be given a unique id# on creation.
The text was updated successfully, but these errors were encountered: