GitHub user kirkalicious opened a pull request:
https://github.com/apache/nifi/pull/969
NIFI-2629 - Hide add property "+" in Processors, Controller Services and
Reporting Tasks that don't allow dynamic properties
Dto for Processor, Controller Service, and Reporting Task were modified to
include a 'hasDynamicProperty' property, which is passed to the UI. Components
that have a DynamicProperty annotation are true. False otherwise.
Client side javascript was modified to show/hide the '+' icon in the
'Properties' tab of the component configuration dialog.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kirkalicious/nifi NIFI-2629
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/969.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #969
----
commit ba0db0511da4675c0b6ca06a794d291ee250a163
Author: Kirk Tarou <[email protected]>
Date: 2016-08-23T04:14:59Z
NIFI-2629 - Disable 'Add Property' icon in UI if the processor, controller
service, or reporting task doesn't support dynamic properties
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---