Disable Notification Preferences in System Settings

Tyler Michals
Kilo Guru

Hello,

We recently upgraded our DEV environment to Jakarta and discovered the notification preferences in the system settings pop-up window. We would like to completely disable this feature for all users. Notifications are crucial to the success of our business, so they should never be turned off. Does anyone have suggestions on how to accomplish this?

I tried creating a UI Script to hide all the content in the frame. Below is my script

var nTab = parent.document.getElementById("tabpanel_notifications");

nTab.style.display = "none";

This script works the first time you go to system settings, but if you go a second time, all the content is there again?

Can anyone help me with my script or suggest an alternative solution?

Thank you,

Tyler

5 REPLIES 5

jbauguess
Tera Expert

If you set the system property "glide.notification.preference.ui.enabled" to false, that "Notifications" pane changes from:



find_real_file.png



To:



find_real_file.png