RDNG gives pop up to save modified artifacts indefinite times
![]() I have created a javascript extension which runs over a module level for all artifacts in it. It programatically checks for square bullets and convert them to round bullets and saves artifact. After running the extension RDNG gives popup for indefinite time saying artifact has been modified. Can anyone please help on this.
Thanks in Advance!!!
|
One answer
![]() Hi Vishakha,
I had similar issue in one of my projects too. Without seeing you code it is difficult to say where you problem is.
Following code is working fine.
// Reset process attributes on all artifacts in a module resetProcessState(module){ RM.Data.getContentsStructure(module, function(result){ |