This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-ed2a51e0-a4b6-4dd0-a623-f7c5a8544f1d XWIKI-23362 Open

Upload tab displayed in image dialog even if user cannot upload

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-82b38c56-fc58-42e9-a617-e192da4f95d0 Simon Urli created this issue on 09/Jul/25 12:11
 
Summary: Upload tab displayed in image dialog even if user cannot upload
Issue Type: cid:jira-generated-image-avatar-ed2a51e0-a4b6-4dd0-a623-f7c5a8544f1d Bug
Affects Versions: 16.10.8
Assignee: Unassigned
Components: CKEditor
Created: 09/Jul/25 12:11
Priority: cid:jira-generated-image-static-major-8fcd0366-9507-49fa-8c71-9bb94440851a Major
Reporter: Simon Urli
Description:

Reproduction steps:

  • Edit CKEditor.EditSheet first JavaScript Object to set:
    var uploadDisabled = true; //element.hasAttribute('data-upload-disabled');
    
  • Start editing a page and open the image dialog

Expected result:

  • the upload tab shouldn't be displayed

Obtained result:

  • the upload tab is displayed
  • an error appears when trying to upload an image