I have a table with a class, that has styles which cause issues in the final save to repository image.
In 10.4.1 this option in Javascript no longer does anything. It is never true when saving the repo image.
//When creating archive image if ($('[name=IsLocked]').val() == 'True'){ //Remove class or whatever }
That was my old trick to do this, but how do I just set a class on an object ONLY for the visual part of using the form, not the final archive?
I created a button where the user clicks the confirm button and it removes the class, but as usual this is not permanent and the system re-adds the class to the object before saving the image.