Matt Gilman created NIFI-1725:
---------------------------------
Summary: Controller Service Endpoint - Only perform modification
check when fields are changing
Key: NIFI-1725
URL: https://issues.apache.org/jira/browse/NIFI-1725
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Matt Gilman
Priority: Trivial
When attempting to modify the state of a Controller Service, if other fields
are included in the request (the default when using client dto's), it will fail.
The issue is the two phase commit does a modification check based on the
presence of other fields. Since the fields were present and the service was not
yet disabled, it returned an error preventing the change.
Instead, we should only perform a modification check if the fields are present
and different then the current values.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)