CELDEV-1304 - add PageAttachments recursive app script and vue implementation#539
Open
fpichler wants to merge 2 commits into
Open
CELDEV-1304 - add PageAttachments recursive app script and vue implementation#539fpichler wants to merge 2 commits into
fpichler wants to merge 2 commits into
Conversation
5cfd28d to
9d2cec4
Compare
d2f4d1e to
cd664c7
Compare
Base automatically changed from
feature/add-recursive-appScript-setup-script
to
dev
June 7, 2026 23:30
099b93a to
874463a
Compare
msladek
approved these changes
Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the new Page Attachments admin app as a recursive appScript backed by the Vue admin frontend.
This introduces a
/PageAttachments/:spaceName/:docNameVue route using VueFinder with an attachments API driver, adds the matching recursive Velocity appScript entrypoint, and redirects the legacyeditattachments.vmtemplate to the new app URL.Details
PageAttachments.vuewith VueFinder configured for page attachment browsing, upload, delete, preview, download, and search./PageAttachments/:spaceName/:docName.cel/admin/PageAttachments++.vmas the recursive appScript shell for loading the embedded admin frontend.cel/admin/PageAttachments_setup++.vmto resolve the target document, check view rights, and either apply the simple layout or show the login template.editattachments.vmto redirect to/app/cel/admin/PageAttachments/<space>/<doc>.Merge only after #538