v7.2.0
- Update Information
- Upgrade Instruction
What's New
- Workflow to obtain records, print files, and generate PDFs supports the use of LibreOffice.
- Feishu integration supports pushing messages to Feishu via message queue to reduce interface call frequency and avoid triggering current limiting.
- Kafka connection authentication method: Supports TLS mutual authentication (mTLS).
- Sync HAP SaaS Edition v7.2.0
Fixed Issues
- [Application] Custom external portal domain name not synchronized after application restoration.
- [Worksheet] Custom plugin view access 404 in sub path deployment mode.
- [Worksheet] After deleting a record through a custom button on the record detail page, the detail page popup cannot be automatically closed.
- [Worksheet] When importing data through Excel, the option to select multiple fields will be repeated.
- [Worksheet] When batch printing view sharing links with link parameters, link parameter filtering does not take effect.
- [Worksheet] Incomplete display of rich text field content in system printing.
- [Worksheet] When printing sub table data in a template form, some columns of data are out of order when formatting numerical values in cells
- [Worksheet] Template print footer field not recognized.
- [Worksheet] When the embedded field is set to Gantt chart, the filtering condition does not take effect during initial loading.
- [Worksheet] Unable to decode H5 phone number field mask.
- [Worksheet] The default values in the H5 sub table will not refresh.
- [Worksheet] The record opened by associating data on the APP end, 'Hide Unavailable Actions' has not taken effect.
- [Workflow] In PBP, it is not possible to add multiple people to the process parameters of personnel types.
- [Statistical chart] Conversion rate calculation error when selecting smooth curvature display for funnel chart.
- [Org Admin] Importing users through Excel resulted in incorrect identification of user information fields.
Standalone Mode
-
Update MongoDB preset data to
7.2.0. Refer to this (Can be executed in the running state of the original version of the service) -
Upgrade microservices to version
7.2.0. Refer to this
Cluster Mode
-
Backup data storage related servers.
-
Update MongoDB preset data to
7.2.0. Refer to this (Can be executed in the running state of the original version of the service) -
Upgrade microservices to version
7.2.0. Refer to this -
Enter the config Pod of the control node and execute the following commands, as shown below:
- Enter config Pod (note to change the
defaultto the actual namespace)kubectl exec -it $(kubectl get pod -n default | grep config | awk '{print $1}') bash -n default - Execute MongoDB script (add index)
source /entrypoint.sh && mongodbExecute mdapps /init/mongodb/7.2.0/mdapps/DDL.txt
source /entrypoint.sh && mongodbExecute mdmap /init/mongodb/7.2.0/mdmap/DDL.txt
source /entrypoint.sh && mongodbExecute mdworksheet /init/mongodb/7.2.0/mdworksheet/DDL.txt
source /entrypoint.sh && mongodbExecute mdworkweixin /init/mongodb/7.2.0/mdworkweixin/DDL.txt
source /entrypoint.sh && mongodbExecute mdinbox /init/mongodb/7.2.0/mdinbox/DDL.txt
- Enter config Pod (note to change the