Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACS Commons: Audit Log Search: result table is always empty #3122

Closed
3 tasks done
pahupe opened this issue Jun 7, 2023 · 0 comments
Closed
3 tasks done

ACS Commons: Audit Log Search: result table is always empty #3122

pahupe opened this issue Jun 7, 2023 · 0 comments
Labels

Comments

@pahupe
Copy link
Contributor

pahupe commented Jun 7, 2023

Required Information

  • AEM Version: AEM CS 2023.1.10912
  • ACS AEM Commons Version: 6.0.10
  • Reproducible on Latest? yes

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:

  • 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
pahupe added a commit to pahupe/acs-aem-commons that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants