Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello everyone,
This is not a question but I found a more or less effective way to hide the Dev Hub button in the QlikSene Enterprise menu.
To remove the button, delete the following paragraph from the file C:\Program Files\Qlik\Sense\Client\hub\hub.js (around line 11538 in my file):
"dev-hub": function () {
a.push(b("Hub.GlobalMenu.QlikDevHub", "repair", "globalmenu-devhub", function () {
window.open(t.buildUrl(!0, "dev-hub"))
}, null, "Hub.Tooltip.QlikDevHub"))
},
The Dev Hub remains accessible via the url https://servername/dev-hub/
To permanently remove access to this page, you can do so by simply renaming the directory C:\Program Files\Qlik\Sense\Client\dev-hub
If you find other solutions that are more reliable and would allow access to the DevHub only for certain users, don't hesitate !!