Scenario:
- user operation logs are populated in version < 7.11.0
- migration to 7.11.0
- enable authorization checks
- perform UserOperationLogQuery by some criteria (taskId, processDefinitionKey)
Expected:
The log entries are filtered correctly.
Observed:
All entries are returned.
Hints:
The criteria are not respected because CATEGORY is null of those entries.
This is the controller panel for Smart Panels app
Filters are not respected for user operation logs query
Scenario:
- user operation logs are populated in version < 7.11.0
- migration to 7.11.0
- enable authorization checks
- perform UserOperationLogQuery by some criteria (taskId, processDefinitionKey)
Expected:
The log entries are filtered correctly.
Observed:
All entries are returned.
Hints:
The criteria are not respected because CATEGORY is null of those entries.
This is the controller panel for Smart Panels app
- is related to
-
CAM-10315 Establish authorization for operation logs unrelated to process definitions
-
- Closed
-