It seems we have attachments that are attached to a space (i.e. spaceDescription), not to a page.
Trying to edit/view them using the standard: /pages/viewpageattachments.action?pageId= triggers a bad exception (after all, it is no abstractpage, but a spacedescription).
How do I display/edit these attachments?
We ended up deleting the attachments via the REST API, see https://confluence.atlassian.com/display/CONFKB/Confluence+REST+API+Lacks+DELETE+Method+for+Attachments
Try moving the attachments from Space to page. This should work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And how exactly would you suggest doing that, if I am not able to access any GUI to even display the list of attachments on the space?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.