You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AEM Version, including Service Packs, Cumulative Fix Packs, etc: 6.4.2
ACS AEM Commons Version: 4.0.0
Reproducible on Latest? yes
Expected Behavior
Bug appears inside Redirect Map, Edit Entries tab, in "View Entries" list
When clicking Edit button on an entry, which is coming from some page (not from file). Then this page should open in editor mode.
Actual Behavior
Instead JS error in console appears:
TypeError: path.indexOf is not a function
at a.$$childScopeClass.$$childScopeClass.$scope.openEditor (clientlibs.js:131)
at all.js:177
at f (all.js:194)
at a.$$childScopeClass.$$childScopeClass.$eval (all.js:112)
at a.$$childScopeClass.$$childScopeClass.$apply (all.js:112)
at HTMLButtonElement. (all.js:194)
at HTMLButtonElement.dispatch (jquery.js:5226)
at HTMLButtonElement.elemData.handle (jquery.js:4878)
Happens due to the wrong parameter that is passed inside content.jsp
ng-click="openEditor(entry.id)"
Should probably use entry.origin instead.
The text was updated successfully, but these errors were encountered:
Required Information
Expected Behavior
Bug appears inside Redirect Map, Edit Entries tab, in "View Entries" list
When clicking Edit button on an entry, which is coming from some page (not from file). Then this page should open in editor mode.
Actual Behavior
Instead JS error in console appears:
Happens due to the wrong parameter that is passed inside content.jsp
ng-click="openEditor(entry.id)"
Should probably use entry.origin instead.
The text was updated successfully, but these errors were encountered: