#23785 The "Edit the Project" operation has been migrated

This commit is contained in:
Francesco Mangiacrapa 2022-09-14 10:38:17 +02:00
parent 89214c7200
commit 25ff6fb152
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ public class EditModeRecord extends Composite {
if (items != null) {
instanceJSONEditor();
editorManagerBus.fireEvent(new OperationPerformedOnItemEvent<ResultDocumentDV>(
appManagerBus.fireEvent(new OperationPerformedOnItemEvent<ResultDocumentDV>(
selectedProject.getProfileID(), (List<ResultDocumentDV>) items, action));
}