-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT
- The API should look as follows:
historyService.setAnnotationForOperationLogById("foo", "annotation"); historyService.clearAnnotationForOperationLogById("foo");
- The annotation can be retrieved via querying the user operation
- When a user operation log consists of multiple entries, the annotation should be present on each entry (this is consistent to the other attributes)
- Annotating a user operation log should in turns produce a user operation log; Like this one can audit who changed / added an annotation
- Authorisation Check
- Introduce UPDATE permission on resource "User Operation Log Category"
- Introduce UPDATE_HISTORY permission on resource "Process Definition"
- Column ANNOTATION_ is of type VARCHAR(4000)
This is the controller panel for Smart Panels app
[CAM-10665] Using Java API, I can set an annotation to an operation log
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Description |
Original:
*AT*
Using Java API, I can set an annotation to an operation log |
New:
*AT*
* The API should look as follows: ** {code:java} historyService.setAnnotationForOperationLogById("foo", "annotation"); historyService.clearAnnotationForOperationLogById("foo"); {code} ** The annotation can be retrieved via querying the user operation * When a user operation log consists of multiple entries, the annotation should be present on each entry (this is consistent to the other attributes) * Annotating a user operation log should in turns produce a user operation log; Like this one can audit who changed / added an annotation * Authorisation Check ** Introduce UPDATE permission on resource "User Operation Log Category" ** Introduce UPDATE_HISTORY permission on resource "Process Definition" * Column {{ANNOTATION_}} is of type {{VARCHAR(4000)}} |
Assignee | Original: Tassilo Weidner [ tassilo.weidner ] | New: Tobias Metzke-Bernstein [ tobias.metzke ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remaining Estimate | New: 0 minutes [ 0 ] | |
Original Estimate | New: 0 minutes [ 0 ] |
Assignee | Original: Tobias Metzke-Bernstein [ tobias.metzke ] | |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | New: 7.12.0-alpha2 [ 15508 ] |