I was trying this on a sample project "built-in-ds". In the project I have made changes to :
- BuildInDS.java- Added a performUndo method and called on keyPress event. File attached
- animals.ds.xml - added audite attribute and new operations with SkipAudit as true.
But when I implement this same login in my application DS and ListGrid, the skipAudit operations are creating audit entries. Also, I have used
audit="never"
Please note that my application is a Spring based GWT web application where I am using SQL data sources.
Can you please give me some pointer to why I must be facing such an issue where as on the other hand same code works fine in the sample project.
Leave a comment: