How do I disable source control web UI?
![]()
Bhawana Gupta (10●3●10●12)
| asked Jan 21 '13, 11:13 a.m.
JAZZ DEVELOPER edited Jan 21 '13, 1:56 p.m. by Brian Schimpf (276●1●15●14) Is it possible to share how JazzHub has disabled this as I am looking to do the same in one of my deployments |
Accepted answer
![]()
from the admin page of the application > advanced properties >
to {"com.ibm.team.rtc.web.rationalTeamConcert": ["com.ibm.team.scm"]}
To generalize I would put it as {"first application":["page1","page2"],"second application":["page1","page2]} here is another example to follow the generalized format: {"com.ibm.team.rtc.web.rationalTeamConcert": ["com.ibm.team.scm","com.ibm.team.build", "com.ibm.team.report"],"com.ibm.team.repository.web.admin": ["com.ibm.team.repository.provision"]} bold italicized text identifies the application, bold text following it identifies the particular menus to be suppressed to know the value to be given as page, visit the welcome page of the corresponding menu and the value against the #action= parameter is the value you are looking for https://<uri>/ccm/web/projects/COMS2.0#action=com.ibm.team.reports.defaultAction hope it helps but as pointed by Ralph, it will only hide and not disable the functionality. Bhawana Gupta selected this answer as the correct answer
|
One other answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jan 21 '13, 12:43 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see https://jazz.net/forum/questions/84486/what-happened-to-the-source-control-menu-open-in-jazzhub
and try to contact the answering person. It is possible to hide the entries as far as I know.
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Also see https://jazz.net/forum/questions/59814/hide-menu-options-rtc-30 for more details.
Please be aware that hiding does not mean disable. If you hide, the menu entries are gone,
but the capability is still there and accessible if you have the right URL.
|
Comments
I've added the jazzhub tag to your question. Someone from the JazzHub team would be in the best position to respond beyond what Ralph has already said.