Change History for fusion_place 11.0.x
11.0.2-S122
2022-03-10
The changes in this release (11.0.0
→ 11.0.2
) are as follows.
Bug Fixes
The following bugs have been fixed:
-
For [Web-API], when parallel update is enabled with Amazon Aurora, parallel execution of the
IMPORT_USER_ACCOUNTS
request type fails. (@springkuma, #711) -
For [Browser] and [Contributor], when the scenario settings “Allows editing aggregated numeric values” and “Preserves aggregated values when descendant values change” are enabled, the values of aggregated members may not be retained if data import is performed twice in succession. (@suika-kou, #706)
-
When updating from
fusion_place < 8.1.0
, database migration processing is slow if there is a large amount of ledger data. (@iteman, #704) -
For [Contributor], trigger processing logs are not output when saving a workspace. (@iteman, #703)
-
For [Web-API], a harmless
NullPointerException
occurs on the server side during requests. (@iteman, #700) -
For [Browser], importing logical values into an existing cell causes a
NullPointerException
error. (@iteman, #699) -
Creating a user account with 21 to 50 characters fails. (@suika-kou, #698)
11.0.0-S121
2021-07-16
The changes in this release (10.0.1
→ 11.0.0
) are as follows.
New Features and Improvements
Trigger Processing Logs
Trigger processing logs are now output to the server-side log. Additionally, when saving forms from the Browser or Contributor, trigger processing logs are also shown in the message panel.
Pipeline
The pipeline is an extension feature for scripts. It connects two forms, and by exporting data from the source form and importing it into the destination form, enables real-time data transformation on the server side.
Warning Messages When Changing Application Type
A warning message will now be displayed if changing the application type may cause the loss of data entered by administrators or general users in ledger access control or process-related areas.
Access Permission Type "No Access (System Defined) / #NO_ACCESS"
As an access permission type for Participants, "No Access (System Defined) / #NO_ACCESS," which can be used without registration, has been added.
Printing Support for Markup Strings
When printing or previewing, markup is now removed from strings formatted using markup.
Ledger Cell Value Update Performance Improvement
Performance has been improved when updating ledger cell values.
In previous versions, if there were many ledger area definitions (for example, if there were many column or row specifications in the document definition), ledger cell value update processing tended to be slow. By reviewing internal processing, processing speed has been improved.
Bug Fixes
The following bugs have been fixed:
-
If the value of a string cell in submitted data contains a vertical tab (
0x0B
), the submitted data becomes inaccessible. -
Publishing data for a shared working version results in a database error.
-
[Excel-Link] When the template process includes certain characters (
()
, spaces,-+~
, etc.) in the sheet name, and "Set autofilter in result display area" is enabled, autofilter is not set in the data retrieval result. -
[Excel-Link] When "Set autofilter in result display area" is enabled in the sheet processing requirements of the template process and the number of retrieved records is
0
, the autofilter is set above the header row. -
[Excel-Link] When connecting to the server, an error occurs: "Cannot send request to server. There may be something wrong with the server, network, or this PC’s network settings. Error code: 12057."
-
The scenario "Minimum Period Unit" is missing from the application definition file.