Conversation
At the org level (path depth 1), clicking New skips the type menu and goes straight to folder-name input. At site level and deeper the full menu (Document, Sheet, Media, Link, Folder) is preserved. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
Commits
|
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
Customer reported they cannot edit a sheet created at the org level (da-admin cannot read the sheet). 2 solutions: fix da-admin or simply restrict the UI to only allow folder creation at the org level. This is implementing the latter.
#/org), clicking New skips the type-picker dropdown and jumps straight to the folder name input, since the only valid thing to create there is a site/folder#/org/site/...) the full menu (Folder, Document, Sheet, Media, Link) is preserved unchangedfolderOnlyboolean prop onda-new;da-browsederives the value from the existingisRootFolder()helperTest plan
#/org) — click New, verify it goes directly to the name input with no dropdown#/org/site) — click New, verify the full Folder/Document/Sheet/Media/Link menu appearsnpm testpasses (1454 tests, all green)🤖 Generated with Claude Code