-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct access-by-URL to sidebar curation mode sometimes does not work #4235
Comments
reckart
added a commit
that referenced
this issue
Oct 9, 2023
…not work - Use alternative approach to react to the URL parameters
reckart
added a commit
that referenced
this issue
Oct 9, 2023
…cess-by-URL-to-sidebar-curation-mode-sometimes-does-not-work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work
reckart
added a commit
that referenced
this issue
Oct 10, 2023
* main: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.5 #4230 - Upgrade dependencies #4230 - Upgrade dependencies #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4229 - Better project template selection #4229 - Better project template selection #4229 - Better project template selection #4229 - Better project template selection % Conflicts: % pom.xml
reckart
added a commit
that referenced
this issue
Oct 10, 2023
* main: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.5 #4230 - Upgrade dependencies #4230 - Upgrade dependencies #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4229 - Better project template selection #4229 - Better project template selection #4229 - Better project template selection #4229 - Better project template selection % Conflicts: % pom.xml
reckart
added a commit
that referenced
this issue
Oct 12, 2023
…not work - Introduce a new event "PreparingToOpenDocumentEvent" which gives the curation sidebar the opportunity to set the data owner to the curation target before actually starting to load the document. - Improve debug/trace logging - Modernizing some terminologies and use var
reckart
added a commit
that referenced
this issue
Oct 14, 2023
* main: (94 commits) #4240 - Facilitate using DIAM serializer in isolation #4240 - Facilitate using DIAM serializer in isolation #4240 - Facilitate using DIAM serializer in isolation [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.5 #4230 - Upgrade dependencies #4230 - Upgrade dependencies #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4229 - Better project template selection #4229 - Better project template selection #4232 - Drop evaluation page #4229 - Better project template selection #4230 - Upgrade dependencies #4229 - Better project template selection No issue: Update system requirements and improve pointers to Docker-based deployment No issue: Call out to admins to look at the admin guide when reaching the installation section in the users guide. #4215 - Ability to specify GID and UID for the user used inside the Docker image [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.4 #4226 - Display logout button on annotation page if dashboard access is disabled ... % Conflicts: % inception/inception-imls-external/pom.xml
reckart
added a commit
that referenced
this issue
Oct 14, 2023
* main: (211 commits) #4240 - Facilitate using DIAM serializer in isolation #4240 - Facilitate using DIAM serializer in isolation #4240 - Facilitate using DIAM serializer in isolation [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.5 #4230 - Upgrade dependencies #4230 - Upgrade dependencies #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4229 - Better project template selection #4229 - Better project template selection #4232 - Drop evaluation page #4229 - Better project template selection #4230 - Upgrade dependencies #4229 - Better project template selection No issue: Update system requirements and improve pointers to Docker-based deployment No issue: Call out to admins to look at the admin guide when reaching the installation section in the users guide. #4215 - Ability to specify GID and UID for the user used inside the Docker image [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.4 #4226 - Display logout button on annotation page if dashboard access is disabled ... % Conflicts: % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/AnnotationPage.java % inception/inception-ui-annotation/src/main/java/de/tudarmstadt/ukp/clarin/webanno/ui/annotation/sidebar/SidebarTabbedPanel.java
reckart
added a commit
that referenced
this issue
Oct 26, 2023
…not work - More detailed trace logging related to curation sidebar and access control
reckart
added a commit
that referenced
this issue
Oct 29, 2023
…not work - Move initialization of CurationSidebarBehaviour into a proper application initializer - Improve pushing of page paraemeters into fragement parameters in AnnotationPageBase
reckart
added a commit
that referenced
this issue
Oct 31, 2023
…cess-by-URL-to-sidebar-curation-mode-sometimes-does-not-work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work
reckart
added a commit
that referenced
this issue
Nov 3, 2023
* main: (26 commits) #4258 - Reset document button for annotators in dynamic assignment mode [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.8 #4266 - Improve backToProject call [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.7 No issue: Handle edge case #4263 - Spans starting before the current viewport are not rendered as partial spans [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-29.6 #4258 - Reset document button for annotators in dynamic assignment mode #4258 - Reset document button for annotators in dynamic assignment mode #4258 - Reset document button for annotators in dynamic assignment mode #4259 - Opening a document viewing a specific annotator from the activities list does not work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4235 - Direct access-by-URL to sidebar curation mode sometimes does not work #4256 - Avoid saving preferences immediately on load #4139 - Reusable popover component for annotation editors #4252 - Limit number of annotations displayed in annotation sidebar to avoid crash #4251 - Improve speed of yield calculation ... % Conflicts: % inception/inception-app-webapp/src/main/java/de/tudarmstadt/ukp/inception/app/config/InceptionSecurityWebUIShared.java % inception/inception-documents/src/main/java/de/tudarmstadt/ukp/inception/documents/DocumentAccessImpl.java % inception/inception-ui-dashboard-activity/src/main/java/de/tudarmstadt/ukp/inception/ui/core/dashboard/activity/ActivitiesDashletControllerImpl.java % inception/inception-workload-dynamic/src/main/java/de/tudarmstadt/ukp/inception/workload/dynamic/annotation/DynamicAnnotatorWorkflowActionBarItemGroup.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Direct access-by-URL to sidebar curation mode sometimes does not work. Different types of errors can occur including a blank screen or an error about concurrent access.
Expected behavior
Enabling/disabling sidebar curation mode via URL parameters should work in all situations.
Please complete the following information:
The text was updated successfully, but these errors were encountered: