[
https://issues.apache.org/jira/browse/NIFI-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903231#comment-15903231
]
ASF GitHub Bot commented on NIFI-3575:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/1582
NIFI-3575: Prevent unintended move events
- Verify that when moving a snippet, we do not attempt to move a process
group into itself.
- Update the UI to ensure a subsequent move event cannot be triggered while
a previous move event is still in progress.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-3575
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1582.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 #1582
----
commit 93921b63c774defc624e8a62c2769cd3b1fc1ee9
Author: Matt Gilman <[email protected]>
Date: 2017-03-09T15:34:55Z
NIFI-3575:
- Verify that when moving a snippet, we do not attempt to move a process
group into itself.
- Update the UI to ensure a subsequent move event cannot be triggered while
a previous move event is still in progress.
----
> Can lose entire process group when moving components into it from parent PG
> ---------------------------------------------------------------------------
>
> Key: NIFI-3575
> URL: https://issues.apache.org/jira/browse/NIFI-3575
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joseph Percivall
> Assignee: Matt Gilman
> Priority: Critical
>
> When you move any component from the parent group and drag and drop it into a
> process group, if you immediately enter the process group (within
> approximately half a second) the process group will cease to exist (even if
> it had contents already).
> If the UI renders the graph initially, attempting to refreshing the canvas
> returns "Unable to locate group with id: <id of process group that died>".
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)