It's all about the answers!

Ask a question

How do I disable source control web UI?


0
1
Bhawana Gupta (1031012) | asked Jan 21 '13, 11:13 a.m.
JAZZ DEVELOPER
edited Jan 21 '13, 1:56 p.m. by Brian Schimpf (27611514)

Is it possible to share how JazzHub has disabled this as I am looking to do the same in one of my deployments


Comments
Brian Schimpf commented Jan 21 '13, 1:57 p.m.
JAZZ DEVELOPER

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.

Accepted answer


permanent link
Dinesh Kumar B (4.1k413) | answered Jan 23 '13, 1:59 a.m.
JAZZ DEVELOPER
from the admin page of the application > advanced properties > set Suppressed Web Pages 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

Comments
Bhawana Gupta commented Jan 23 '13, 3:29 a.m. | edited Jan 23 '13, 3:29 a.m.
JAZZ DEVELOPER

Thanks Dinesh

One other answer



permanent link
Ralph Schoon (63.1k33646) | 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
Ralph Schoon commented Jan 21 '13, 12:48 p.m. | edited Jan 21 '13, 12:48 p.m.
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.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.