Using the Linux Docker installation of workspace, the PDF comment tab in 8.2 does not render when making comments or editing an uploaded PDF.
Steps to reproduce:
Install a new Workspace system on Ubuntu:
sudo ./workspace-install.sh -ims false
Upload a PDF file to the document store
Click on the PDF to bring it up in the editor.
Expected results: Comment tab renders
Actual results: No comment tab renders. No errors in the console.
This is true to Firefox and Chrome. Does not appear to be related to a browser. Does not appear to be related to the PDF uploaded.
PDF EDITOR 8.2.0.143
Community Server 12.7.0.1936
When running the 8.2 document server as a standalone container, the comment tab does render after running the example in the container.
sudo docker run -i -t -d -p 80:80 -e JWT_SECRET=XXXXXXXXXXXXX onlyoffice/documentserver
sudo docker exec XXXXXXXXXXX sudo supervisorctl start ds:example
COMMENT TAB renders
PDF EDITOR 8.2.0.143