In my instance, 2 save buttons are visible on form example one save button from an idea table and other save button

shravani2
Kilo Contributor

How to remove the save button on a few tables like(idea, cost plan,dmn_requirements,incident, problem,change etc)? in my instance, 2 save buttons are visible on form example one save button from an idea table and other save button from "global " table. how to remove that, I checked this is coming from the "insert and stay" button from UI actions. if I do inactive this then its working fine in idea from, but I checked in other instances it is active but save button is only one. but I remember that I haven't created any new global button.

save button left to submit is from dmn_requirement table

save button right to submit is from global table

find_real_file.png

1 ACCEPTED SOLUTION

danieltietze
Tera Guru

Hi. We have the same problem on one of our customers' instances.

I managed to narrow it down to being caused by the "glide.ui.advanced" system property. If it's set to "true", some buttons duplicate The buttons in the ITBM module are apparently not implemented in an "advance ui"-compatible way. If you check the UI actions from some of the other modules, they check "isAdvancedUI()". The ITBM buttons do not.

One workaround could be to manually add checks for "isAdvancedUI()" to the UI Action conditions.

 

View solution in original post

1 REPLY 1

danieltietze
Tera Guru

Hi. We have the same problem on one of our customers' instances.

I managed to narrow it down to being caused by the "glide.ui.advanced" system property. If it's set to "true", some buttons duplicate The buttons in the ITBM module are apparently not implemented in an "advance ui"-compatible way. If you check the UI actions from some of the other modules, they check "isAdvancedUI()". The ITBM buttons do not.

One workaround could be to manually add checks for "isAdvancedUI()" to the UI Action conditions.