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
When executing an Audit Log Search, I get a list of events matching the query
Actual Behavior
The number of result entries is printed correctly ("Found 2 Audit Events in 34ms"), but the result table always remains empty
Steps to Reproduce
Install ACS Commons 6.0.10
AEM UI: Tools > ACS AEM Commons > Audit Log Search: Set Content Root to /content and set Limit to 1 > Click "Search Audit Logs"
The result table is always empty (unfilled)
Seems to be a change in how Angular handles URLs (both links in the columns "Path" and "CRX/DE" cause Angular parse errors, as can be seen in the browser console)
Proposed resolution:
Compute the composite CRX/DE link differently (include the CRX/DE base path in the angular expression)
Also: remove the CRX/DE table column, as its output is identical to the path column
Have the link checker skip the validation of the generated CRX/DE link
The text was updated successfully, but these errors were encountered:
Required Information
Expected Behavior
When executing an Audit Log Search, I get a list of events matching the query
Actual Behavior
The number of result entries is printed correctly ("Found 2 Audit Events in 34ms"), but the result table always remains empty
Steps to Reproduce
Install ACS Commons 6.0.10
AEM UI: Tools > ACS AEM Commons > Audit Log Search: Set Content Root to /content and set Limit to 1 > Click "Search Audit Logs"
The result table is always empty (unfilled)
Seems to be a change in how Angular handles URLs (both links in the columns "Path" and "CRX/DE" cause Angular parse errors, as can be seen in the browser console)
Proposed resolution:
The text was updated successfully, but these errors were encountered: