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, it is not possible to re-assert the applicability of Global Metadata after someone has manually interacted with an input—particularly a checkbox (boolean) input. We currently assume that checkboxes are always decoupled after interaction, whereas other inputs revert to the Global Metadata if cleared (i.e. cannot be empty if a global is set).
We need a way to allow for global values to assert themselves despite previous manual interaction.
Solutions
Checkboxes
To do this, we could have a "Force All" button on the global metadata popup, which will present a warning that this will overwrite any existing manual values.
Other Inputs
Similarly, we could include a "Force Empty" button that could take the place of automatic reversion to the Global Value.
The text was updated successfully, but these errors were encountered:
Currently, it is not possible to re-assert the applicability of Global Metadata after someone has manually interacted with an input—particularly a checkbox (boolean) input. We currently assume that checkboxes are always decoupled after interaction, whereas other inputs revert to the Global Metadata if cleared (i.e. cannot be empty if a global is set).
We need a way to allow for global values to assert themselves despite previous manual interaction.
Solutions
Checkboxes
To do this, we could have a "Force All" button on the global metadata popup, which will present a warning that this will overwrite any existing manual values.
Other Inputs
Similarly, we could include a "Force Empty" button that could take the place of automatic reversion to the Global Value.
The text was updated successfully, but these errors were encountered: