Introduction/Summary:
Application Editor and Quick Edit provide the opportunity to ‘customize’ what objects (job types) will be made visible in the ‘Palette’, by default. As seen below, the panel is displayed with all available object nodes in expanded form.
<Please see attached file for image>
Background:
By default, when a template is created it is placed underneath the applicable job type. As the amount of additional templates increase, the automatic node expansion is increased and can become confusing to the end user.
Environment:
This customization is applicable to UWCC r11.3.5, r11.3.6, and r11.4
Instructions:
A simple modification can be made to a select few XHTML files, which will display all nodes collapsed by default as seen below.
<Please see attached file for image>
1. Log out of UWCC
2. File location: <CA_WCC_INSTALL_LOCATION>/tomcat/webapps/
a. app-editor/pages/customizefilterjobspanel.xhtml
b. quick-edit/pages/customizefilterjobspanel.xhtml
c. quick-edit/pages/objecttypeselectdialog.xhtml
3. Search for:
a. initiallyExpanded=true
4. Change to read:
a. initiallyExpanded=false
5. Log into UWCC
6. Select the ‘Application Editor’ tab
a. Select the ‘Customize…’ button
b. You should see that all nodes are closed
c. Close this dialog
7. Select Quick Edit tab
a. Select the ‘Customize… ‘ button
i. You should see that all nodes are closed
ii. Close this dialog
b. Select the ‘Create…’ button
i. You should see that all nodes are closed
ii. Close this dialog
Additional Information:
<CA_WCC_INSTALL_LOCATION> denotes the system environment variable.
Backup all original files prior to modification.
These modifications do not require a UWCC service restart. However, a new browser session should be initiated.