Hi together,
We have a problem here while switching between CCPro(content center professional) and CCStd(content center standard) on TS 6.1 (SP1).
A customization of the GUI has been made in order to allow switching without logoff/login (non acceptable from a user perspective).
On the CCS interface we have added the following link to go to CCP :
<link id="com.corp.custom.menu.switch_pro"
label="Switch UI"
description="custom.menu.switch_pro"
resourceBundle="com.corp.custom.strings"
url="/iw-cc/command/iw.ui?iw_which_ui=ccpro"
target="_top" />
On the CCP interface we have added the following link to go to CCStd :
<link id="com.corp.custom.menu.switch_std"
label="Switch UI"
description="custom.menu.switch_std"
resourceBundle="com.corp.custom.strings"
url="/iw-cc/command/iw.ui?iw_which_ui=ccstd"
target="_top" />
The problem is the following :
If I log in into CCStd, browse the GUI, switch to CCPro, browse, switch to CCStd, browse etc. : no problem
If I log in into CCPro, browse, switch the GUI, then the CCStd is buggy and do not display branch names anymore in the listboxes. It seems to have lost its context.
Any help would be very appreciated as logoff/login to go from CCPro to CCStd is really not convinient for the users.
Edited by lidkh on 12/03/04 05:23 AM (server time).