Adobe-Consulting-Services / acs-aem-commons

http://adobe-consulting-services.github.io/acs-aem-commons/
Apache License 2.0
453 stars 598 forks source link

RedirectManager interface triggers an error because of wrong deprecated resource type #3413

Open rdb987 opened 1 month ago

rdb987 commented 1 month ago

Required Information

Expected Behavior

When adding a redirect or editing a redirect rule in the redirect manager, redirect filter should be added and no error should be triggered

Actual Behavior

Resource dumped by HtmlRendered is triggered and visible in the interface. The rows have following resource type: /apps/acs-commons/components/utilities/manage-redirects/redirect-row which now doesn't exist anymore at all in the JCR Repository.

Steps to Reproduce

  1. Open the redirect manager.
  2. Add/modify whatever redirect rule
  3. Click on Save
  4. Error is reproduced.

Links

acs-commons-issue

YegorKozlov commented 1 month ago

looks like a regression caused by https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/3308

as a temp workaround you can refresh the page on create/modify.

rdb987 commented 4 weeks ago

Yes the refresh works and the redirects too but of course for our customer is not nice to see that error. Hope will be solved soon :)