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
Observed behavior (please include a screenshot if possible)
In the ExternalProperties (Mtc Properties) tab of a feed version,
after editing a value, if the external system rejects the change for some reason, the text field (EditableTextField) does not update to reflect the rejection and instead incorrectly keeps the edited value.
Expected behavior
The text field should reset to the initial value instead.
Steps to reproduce the problem
Using the MTC example:
Open a feed source, switch to the "Mtc Properties" tab.
Try to modify EditedBy. This value is reset by the external system regardless of editing. Enter any value and click the confirm (check) button.
Observe that the value is not reset in the text field. Refresh the page to see the initial value again.
Any special notes on configuration used
MTC config
Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)
Recent dev branch of both datatools-ui and datatools-server.
The text was updated successfully, but these errors were encountered:
Observed behavior (please include a screenshot if possible)
In the ExternalProperties (Mtc Properties) tab of a feed version,
after editing a value, if the external system rejects the change for some reason, the text field (
EditableTextField
) does not update to reflect the rejection and instead incorrectly keeps the edited value.Expected behavior
The text field should reset to the initial value instead.
Steps to reproduce the problem
Using the MTC example:
EditedBy
. This value is reset by the external system regardless of editing. Enter any value and click the confirm (check) button.Any special notes on configuration used
MTC config
Version of datatools-ui and datatools-server if applicable (exact commit hash or branch name)
Recent dev branch of both datatools-ui and datatools-server.
The text was updated successfully, but these errors were encountered: