mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
NIFI-6623 - enter process group before navigating to the controller service
This closes #3695 Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
parent
710c02c673
commit
9aed19137c
@ -706,6 +706,7 @@
|
||||
nfCanvasUtils.showComponent(unauthorizedReferencingComponentEntity.processGroup.id, unauthorizedReferencingComponentEntity.id);
|
||||
} else if (unauthorizedReferencingComponentEntity.referenceType === 'CONTROLLER_SERVICE') {
|
||||
nfProcessGroupConfiguration.showConfiguration(unauthorizedReferencingComponentEntity.processGroup.id).done(function () {
|
||||
nfProcessGroup.enterGroup(unauthorizedReferencingComponentEntity.processGroup.id);
|
||||
nfProcessGroupConfiguration.selectControllerService(unauthorizedReferencingComponentEntity.id);
|
||||
});
|
||||
}
|
||||
|
@ -926,6 +926,7 @@
|
||||
nfCanvasUtils.showComponent(unauthorizedAffectedComponentEntity.processGroup.id, unauthorizedAffectedComponentEntity.id);
|
||||
} else if (unauthorizedAffectedComponentEntity.referenceType === 'CONTROLLER_SERVICE') {
|
||||
nfProcessGroupConfiguration.showConfiguration(unauthorizedAffectedComponentEntity.processGroup.id).done(function () {
|
||||
nfProcessGroup.enterGroup(unauthorizedAffectedComponentEntity.processGroup.id);
|
||||
nfProcessGroupConfiguration.selectControllerService(unauthorizedAffectedComponentEntity.id);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user