Interim fix JR45700 provides a configuration option to show the "Save" button or "Save
and Close" button in the properties view in Management Center. To add the configuration, complete
the following procedure.
Before you begin
Install the cumulative interim fix for Feature Pack 5, JR53048.fep.For information about
how to install an interim fix, see
Procedure
-
Open WebSphere Commerce Developer.
-
Open the
LOBTools/WebContent/WEB-INF/src/lzx/commerce/shell/ConfigProperties.lzx
file.
-
Add the following code as the last element of the
wcfConfigProperties
class:
<!---
A flag that determines whether properties views should display the "Save and Close" button
or the "Save" button. Set this value to "true" to indicate that the properties
views should display the "Save and Close" button.
-->
<attribute name="showSaveAndCloseOnProperties" type="boolean" value="true" />
-
Right-click LOBTools project; then click Build OpenLaszlo
Project to produce an updated ManagementCenter.swf file in
LOBTools/WebContent.
-
Test your changes by viewing them in the Management Center, using this URL:
https://hostname:8000/lobtools
-
Deploy your changes to your runtime environment.