Skip to content

feat(aem-assets): adds new configurable parameter for setting search path [] - #11289

Merged
Adrian Meyer (primeinteger) merged 2 commits into
masterfrom
fix/adds-search-path
Sep 8, 2026
Merged

feat(aem-assets): adds new configurable parameter for setting search path []#11289
Adrian Meyer (primeinteger) merged 2 commits into
masterfrom
fix/adds-search-path

Conversation

@MikeDReynolds68

@MikeDReynolds68 Mike Reynolds (MikeDReynolds68) commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Purpose

This PR contains the following updates:

  • adds a new installation parameter path that can be used to restrict the asset selector to a specific folder in the repository. This is only used when repositoryId is present.
  • updates renderDialog() function to dynamically add rootPath to contentAdvisorProps if repositoryId and path are both defined.
  • adds row for new Search path parameter to Installation parameters table in README.md.

Approach

This was done based on requirements from Ralph Lauren and was deemed to be an update that would benefit other customers.

Testing steps

  • Navigate to the AEM Assets App configuration screen and verify the Search path field is visible.
  • Enter a valid Repository value and Search path and save the configuration.
  • Navigate to a content entry containing a field that uses the AEM Assets App and click the Select assets from AEM button.
  • In the AEM Content Advisor modal, verify that you are taken to the same folder as provided in the Search path field.

Alt test

  • Navigate to the AEM Assets App configuration screen and verify the Search path field is visible.
  • Enter a valid Repository value, clear the Search path value, and save the configuration.
  • Navigate to a content entry containing a field that uses the AEM Assets App and click the Select assets from AEM button.
  • In the AEM Content Advisor modal, verify that you are taken to the root folder for the given repository.

Breaking Changes

None

Dependencies and/or References

None

Deployment

None

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@primeinteger Adrian Meyer (primeinteger) changed the title adds new configurable parameter for setting search path feat(aem-assets): adds new configurable parameter for setting search path [] Sep 8, 2026
@primeinteger
Adrian Meyer (primeinteger) merged commit 79b96ef into master Sep 8, 2026
15 of 17 checks passed
@primeinteger
Adrian Meyer (primeinteger) deleted the fix/adds-search-path branch September 8, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants