[
https://issues.apache.org/jira/browse/NIFI-669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14580485#comment-14580485
]
Mark Payne commented on NIFI-669:
---------------------------------
Matt,
This does solve the problem but appears to introduce a new bug.
Steps to recreate the problem (on Windows 8.1, Chrome):
1. Add a property named "abc" and apply changes
2. Configure Processor
3. Delete property "abc"
4. Add new property. For the name type "abc". Then, rather than clicking "OK",
press Enter/Return to accept the name.
Now, when you're given the text area to enter the value, instead of an
initially empty value, the value already contains a new-line.
If you add a new property that you didn't just delete, you won't have this
issue - you will have an initially empty value.
Thanks
-Mark
> Unable to add property to UpdateAttribute if property was just deleted
> ----------------------------------------------------------------------
>
> Key: NIFI-669
> URL: https://issues.apache.org/jira/browse/NIFI-669
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 0.2.0
> Reporter: Dan Bress
> Assignee: Matt Gilman
> Priority: Minor
> Attachments: 0001-NIFI-669.patch
>
>
> Steps to reproduce:
> 1) drag an UpdateAttribute to the graph
> 2) right click->configure->properties
> 3) add a new property, A=B
> 4) delete that property
> 5) add a new property A...
> At this point the UI will kick out saying "a property with this name already
> exists"
> When from the users perspective they cannot see a property with such a
> name(it was deleted).
> I'd recommend either updating the error message "you are adding a property
> that was recently deleted, please press 'apply' before readding this property"
> Or making it so you can re-add a property that was just deleted.
> *UPDATE* This affects all processors
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)