-
Type: Task
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.5.0, nuxeo-11.0.0, nuxeo-2021.2.0
-
Component/s: Deployment
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #28
-
Story Points:1
Some topPanel widgets are used in our production instance but they aren't part of our generic deployment.
Our configuration on this property is:
topPanel.widgets.beanNames=fullscreenButton,showAllAnnotationsButton,refreshAnnotation,addArrowAnnotationRepeatButton,addFreehandAnnotationRepeatButton,addStickyNoteAnnotationButton,addFreeTextAnnotationButton,addHighlightRectangleAnnotationRepeatButton,addHighlightCircleAnnotationRepeatButton,addHighlightTextAnnotationButton,addUnderlineTextAnnotationButton,addStrikethroughTextAnnotationButton,addStampAnnotationButton,addObfuscateAnnotationButton,navigationButtons,zoomButtons,rotationButtons,multiViewTools,annotationToolbar,searchBox,documentMenu,printButton,documentBuilderButton
the goal is to add the following ones:
- addPolygonAnnotationButton
- addPolylineAnnotationButton
- imageProcessingVerticalSubMenu
Same on properties, there are some on them that are used in production but not as part of the default arender.properties (values will be the same as default to not impact the current behavior):
topPanel.documentMenu.upload=true topPanel.documentMenu.url=true topPanel.annotationMenu.polyline=false topPanel.annotationMenu.polygon=false topPanel.annotationMenu.stamp=true annotation.autosave.timerDelay=1000 # Defines a degree of accuracy for the arrow displayed measure. The value is a power of ten (Examples : 1, 0.1, 0.01, 0.001, etc..) annotation.arrow.distance.degree.accuracy=0.01
This could hide some regressions during the testing of a new version.
- Is referenced in