It's all about the answers!

Ask a question

net.jazz.ajax.pages - Application scope


EclipseTalk . (32736061) | asked May 17 '10, 11:54 a.m.
Hello,
I'm defining a new page via the extension point "net.jazz.ajax.pages".
I'd like to show the page within the context of the Admin, before selecting a project area. Is this possible?
The applicationScope seems to always use com.ibm.team.process.web.projectArea which means that the user will see the page in the context of a selected Jazz Project Area only.

Thank you in advance for your help.

One answer



permanent link
Curtis d'Entremont (1.3k3) | answered May 19 '10, 10:56 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Unfortunately this is no longer possible without modifying the Admin application.

This used to be possible in older releases like 1.x, where you could contribute a new page into an existing application like Admin, but we quickly ran into some issues with indeterminate page ordering. Pages are now declared independently and the application specifies the list of pages it includes. So the only way to do this now is to add it to the page list for the Admin application.

An alternative would be to carve out your own URL path by declaring your own application.

For more rationale, see:
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/72771

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.