Die INUBIT Version 7.4 wird nicht mehr gewartet.

Sollten Sie diese INUBIT Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten INUBIT Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

7.4.0.57

Liferay Portal - Patching Liferay Portal 7.x/DXP

Action

Adjust the top_js-ext.jspf file

Prerequisites

You have configured Liferay 7.x/DXP as portal.

Proceed as follows

  1. Stop your Liferay.

  2. Navigate to the <Liferay-installdir>/Tomcat/webapps/ROOT/html/common/themes/ directory.

  3. Open the top_js-ext.jspf file for editing.

  4. Replace the string /group/control_panel with the string /control_panel.

  5. Delete the <Liferay-installdir>/Tomcat/Work/Catalina/localhost directory.

  6. Start your Liferay for the changes to take effect.

Liferay Portal - Patching or Redeploying Tasklist

Action

Patch or redeploy Tasklist Ext.

Prerequisites

You are using Tasklist Ext or tasklists based on Tasklist Ext on a Liferay portal.

Proceed as follows

  1. Log in to the INUBIT Workbench as administrator.

  2. 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

      1. 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,
        ...
      2. Save the changes.

      3. Re-deploy the custom copy of Tasklist Ext.

BPC Portal - Updating BPC Modules

Action

Update the BPC modules to version 3.3.4.

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

  1. Navigate to the <inubit-installdir>/portal/bpc_modules directory.

  2. Copy the updated modules (frontend and backend) to the <bpc-installdir>/bpc/<Karaf-dir>/deploy directory.

BPC patch installation

  1. Navigate to the <bpc-installdir>/bpc_modules directory.

  2. Copy the updated modules (frontend and backend) to the <bpc-installdir>/bpc/<Karaf-dir>/deploy directory.

INUBIT Repository - Updating the PDF Toolbox Repository Directory

Action

Update the files in the PDF Toolbox Repository directory.

Proceed as follows

  1. Log in to the INUBIT Workbench as root.

  2. Open the Repository tab.

  3. Open the Global > System > Mapping Templates > PDF Toolbox directory.

  4. When having adjusted the current files in the PDF Toolbox directory manually, backup the current files, for example, to the file system.

  5. 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.

  6. When having backed up the files in step 4, adjust the updated files as the files you have backed up before.