-
Notifications
You must be signed in to change notification settings - Fork 15
[Regression] It's not possible to upload new files with the attachments macro anymore #132
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
Comments
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Aug 10, 2023
…ts macro anymore xwikisas#132 * add back the upload parameter * use XWiki.FileUploader for a file input and refresh livedata on upload finished * TODO: test on 13.10, check for livetable
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Aug 11, 2023
…ts macro anymore xwikisas#132 * export from 13.10 * add back upload parameter description * this code might need some adjustments after xwikisas#131 will be fixed
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Aug 21, 2023
…ts macro anymore xwikisas#132 * make sure that XWiki.FileUpload is loaded
oanalavinia
added a commit
to oanalavinia/xwiki-pro-macros
that referenced
this issue
Sep 13, 2023
…ts macro anymore xwikisas#132 * don't refresh livedata if the upload event does not come a confluence attachments button
oanalavinia
added a commit
that referenced
this issue
Sep 27, 2023
…ts macro anymore #132 (#159) * add back the upload parameter with description * use XWiki.FileUploader for a file input and refresh livedata on upload finished * don't refresh livedata if the upload event does not come a confluence attachments button * this code might need some adjustments after #131 will be fixed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting with Pro macros 1.8, the attachments macro does not have the option to allow upload of new files anymore, as it did on version 1.6.
The upload also used to be enabled by default. Now the parameter does not even exist anymore.
The text was updated successfully, but these errors were encountered: