mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 10:08:42 +00:00
7945234f5a
* NIFI-13670: Improve sensitive value editing. - Do not present the user with the masked value. - Do not use the masked value when determining if a value has changed. - Do not include the masked value in the payload if the value hasn't changed. - Updates to ParameterItem model to more easily track changes. * NIFI-13670: Not setting valueRemoved when deleting a parameter. * NIFI-13670: Marking field as dirty following removal of sensitive value set text.