WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Error when trying to create a subgroup #65

Closed hannakoppelaar closed 5 months ago

hannakoppelaar commented 2 years ago

When you try to create a group that is a subgroup of an existing group, you get the error message "java.lang.IllegalStateException: tabEditorContext not yet bound to the session" upon confirming your selection of the parent group.

Steps to reproduce: choose "Create new" in the groups screen and then in the following screen:

Screenshot 2022-03-16 at 12-35-56 WEB CURATOR TOOL Groups

choose "Sub-Group" in the Type drop-down and click "Add" next to the Parent Group field. Then, in the next screen:

Screenshot 2022-03-16 at 12-43-59 WEB CURATOR TOOL Groups

choose the parent group and click "Save". This will result in the following screen:

Screenshot 2022-03-16 at 12-47-15 Error

obrienben commented 5 months ago

Fixed in PR #94