Page MenuHomePhabricator

Store data of deactivated parameters during an edit session
Open, Needs TriagePublicFeature

Description

To prevent data getting lost when deactivating a template parameter, we want to keep the entered data of the parameter input field. Unchecking when there is data in a parameter shouldn’t delete it.

This should not be a performance issue because this would only have an effect during the edit session.

Implementation
We could simply store the data in the current place and only hide the display (instead of deleting the whole element).