
The latest version of tableau server 2025.1.1 causes all sites to have the project search bar automatically enabled/visible. This causes a confusing UI experience for our users since they don't use project folders. How can we disable this system wide without requesting each user to log in and hide it? Do the later version of tableau server (for linux) have an option to disable?
2 réponses
Hi @Frank Geiger, you mean the new Project Tree View that was introduced in v. 2025.1.
Yes, it can be disabled server wide, so for all sites and all users, through the following back-end tsm command (TS restart needed):
tsm configuration set -k features.ProjectTree -v false
tsm pending-changes apply