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
When a user selects any item from the "Add a proposal" dropdown menu and successfully submits a change proposal, the proposal form is hidden and a success message is inserted at the top of the Details pane.
To access this dropdown menu, navigate to the Classes -> Details tab for any ontology where change requests are enabled. For a list of ontologies where change requests are enabled, refer to the change_request YAML file.
In the sync-agroportal branch:
When a user selects any item from the "Add a proposal" dropdown menu and successfully submits a change proposal, the entire content of the right-hand side of the Classes tab is blanked-out and reloaded.
After the reload completes, the proposal form is hidden (as expected) and the success message is displayed (as expected). I don't consider this a show-stopper, but want to document that the code no longer works as I originally designed. The reason I adopted Turbo Streams in this part of the code is to limit page updates to only the areas needed and avoid reloading content that's unaffected by change proposals.
The text was updated successfully, but these errors were encountered:
In the
master
branch (production environment):When a user selects any item from the "Add a proposal" dropdown menu and successfully submits a change proposal, the proposal form is hidden and a success message is inserted at the top of the Details pane.
To access this dropdown menu, navigate to the Classes -> Details tab for any ontology where change requests are enabled. For a list of ontologies where change requests are enabled, refer to the change_request YAML file.
In the
sync-agroportal
branch:When a user selects any item from the "Add a proposal" dropdown menu and successfully submits a change proposal, the entire content of the right-hand side of the Classes tab is blanked-out and reloaded.
After the reload completes, the proposal form is hidden (as expected) and the success message is displayed (as expected). I don't consider this a show-stopper, but want to document that the code no longer works as I originally designed. The reason I adopted Turbo Streams in this part of the code is to limit page updates to only the areas needed and avoid reloading content that's unaffected by change proposals.
The text was updated successfully, but these errors were encountered: