Release Notes (Version 1.5.3.0)¶
- Added drag-and-drop record support to grouped display in the standard calendar.
- Added a tab feature to the Smart Design editor settings screen.
- Added "create record" and "delete record" to Pleasanter MCP.
- Added trusted reverse-proxy authentication.
- Fixed an issue where creating a view via Pleasanter MCP on a site whose view save type was set to "User" made that site inaccessible.
- Fixed an issue where entering a verification code for two-factor authentication resulted in an error right after completing "passkey authentication".
- Fixed an issue where, depending on the runtime environment, a numeric value containing a currency symbol was reset to 0 on update.
- Fixed an issue where CodeDefiner's DB migration feature errored when a Quartz table already existed.
- Fixed an issue where server script
apiModel.Createcould not setStartTimeandCompletionTimevalues. - Fixed an issue where including special characters in a site name broke the display of the breadcrumb list and similar elements.
- Fixed an issue where the site-creation API returned an inappropriate status code when given an invalid ID.
- Fixed an issue where clicking any year/month in the standard calendar with the "year" period selected always displayed the current month's calendar.
- Fixed an issue where entering a date in the Gantt chart or calendar was not reflected.
- Fixed an issue where Pleasanter MCP's
GetSiteIdByTitlecould retrieve the title of a site without read permission. - Fixed an issue where Pleasanter MCP's
GetViewandGetViewIdByViewNamecould retrieve view information for a site without read permission. - Fixed an issue where an attached file became corrupted when sent with an attachment via the mail-sending API.
- Fixed an issue where an item hidden via table administration editor settings could not be unhidden using the server script
columns.{column name}.Hideproperty.