7.4.0.57
Liferay Portal - Patching Liferay Portal 7.x/DXP
Proceed as follows
-
Stop your Liferay.
-
Navigate to the
<Liferay-installdir>/Tomcat/webapps/ROOT/html/common/themes/directory. -
Open the
top_js-ext.jspffile for editing. -
Replace the string
/group/control_panelwith the string/control_panel. -
Delete the
<Liferay-installdir>/Tomcat/Work/Catalina/localhostdirectory. -
Start your Liferay for the changes to take effect.
Liferay Portal - Patching or Redeploying Tasklist
Proceed as follows
-
Log in to the INUBIT Workbench as administrator.
-
Open the Configuration > General Settings > Portal Deployment > Task Lists on the portal menu.
-
When using the default Tasklist Ext, redeploy the Tasklist Ext.
-
When using a custom copy of Tasklist Ext
-
Add the
remoteFilter: true,statement as follows:... var <xsl:value-of select="$wid"/>storeExtJsIS = Ext.create('Ext.data.Store', { storeId: 'taskliststore', autoLoad : false, pageSize: <xsl:value-of select="$pageRows"/>, remoteSort: true, remoteFilter: true, remoteGroup : true, ... -
Save the changes.
-
Re-deploy the custom copy of Tasklist Ext.
-
-
BPC Portal - Updating BPC Modules
Prerequisites
-
You have installed the BPC portal for INUBIT.
-
You have configured BPC as portal server for INUBIT.
-
You have successfully executed the 7.4.0.57 patch installer for INUBIT or BPC.
Proceed as follows
INUBIT patch installation
-
Navigate to the
<inubit-installdir>/portal/bpc_modulesdirectory. -
Copy the updated modules (frontend and backend) to the
<bpc-installdir>/bpc/<Karaf-dir>/deploydirectory.
BPC patch installation
-
Navigate to the
<bpc-installdir>/bpc_modulesdirectory. -
Copy the updated modules (frontend and backend) to the
<bpc-installdir>/bpc/<Karaf-dir>/deploydirectory.
INUBIT Repository - Updating the PDF Toolbox Repository Directory
Proceed as follows
-
Log in to the INUBIT Workbench as
root. -
Open the Repository tab.
-
Open the Global > System > Mapping Templates > PDF Toolbox directory.
-
When having adjusted the current files in the PDF Toolbox directory manually, backup the current files, for example, to the file system.
-
Right-click the PDF Toolbox directory and select the Update Directory menu item.
→ The files in the PDF Toolbox directory are updated to the new version.
-
When having backed up the files in step 4, adjust the updated files as the files you have backed up before.