Issue 606: Lists need better audit logging

issues
Status:resolved
Assigned To:Brendan MacLean
Type:Defect
Area:Skyline
Priority:1
Milestone:4.2
Opened:2018-11-02 05:51 by Brendan MacLean
Changed:2019-04-01 15:12 by Nick Shulman
Resolved:2019-04-01 15:12 by Nick Shulman
Resolution:Fixed
Closed:
2018-11-02 05:51 Brendan MacLean
Title»Lists need better audit logging
Assigned ToGuest»Nick Shulman
Notify»Tobias Rohde
Type»Defect
Area»Skyline
Priority»1
Milestone»4.2
Playing with the new Lists feature I found:
1. Adding a list to the SrmDocument through Document Settings doesn't log any change
2. Adding a new row to a list doesn't log enough information for the operation to be repeated

Set Add new item to list 'AList' of AList to

3. Pasting into the grid reports:

Pasted 5 values into the document grid
Document grid > View name is "default"
Set Add new item to list 'AList' of AList to
Set Add new item to list 'AList' of AList to
Set Add new item to list 'AList' of AList to
Set Add new item to list 'AList' of AList to
Set Add new item to list 'AList' of AList to

The paste message line has a magnifying glass, but clicking it does nothing.

2018-11-02 07:33 Brendan MacLean
I am working on this one. Tobi, your code could use a bit more commenting to help the team adopt it. Maybe you should also talk about it at group meeting on Monday.

For instance, it is not immediately obvious to me what "isTab" means for Track and TrackChildren.

2018-11-02 07:41 Brendan MacLean
Just a hunch that storing everything in ColumnData is going to make audit logging a bit tricky. Since the user thinks of rows being added.

2019-04-01 15:12 Nick Shulman
resolve as Fixed
Statusopen»resolved
Assigned ToNick Shulman»Brendan MacLean