@nocobase/acl
Advanced tools
Changelog
v1.8.21 - 2025-08-26
[File manager] Fix the error when editing the storage
field in the file collection. (#7393) by @mytharcher
[Workflow: Parallel node] Fix the issue where incorrect status determination in parallel branch nodes under the "Run all branch" mode caused premature completion (#7445) by @mytharcher
[Workflow: Approval] Add the status variable for custom templates in approval completion notifications by @mytharcher
Changelog
v1.8.20 - 2025-08-25
[Workflow] Adjust the workflow variable API to support presetting an additional variable list (#7439) by @mytharcher
[Workflow: Approval]
Support using approval-related variables in custom notifications by @mytharcher
Support updating the approval status after the end node terminates the execution by @mytharcher
[client]
Fix an issue where, in certain scenarios, editing a record in the mobile record picker popup causes an error (#7444) by @zhangzhonghe
required validation not working for attachment fields in subtable (#7431) by @katherinehhh
Fix the issue where the icon was displayed incorrectly when the URL in the attachment URL field contained query parameters (#7432) by @mytharcher
[database]
[undefined] Fixed issue with filtering by date field only in MySQL external source (#7422) by @aaaaaajie
[Action: Import records] Fixed an issue where import failed when the table primary key was a single-line text (#7416) by @aaaaaajie
[Workflow]
[Action: Import records Pro] Fixed unexpected update result when using string primary key in xlsx import. by @aaaaaajie
Changelog
v1.8.19 - 2025-08-22
[client] Support displaying icons identified by strings in the Select component when in read-only mode (#7420) by @mytharcher
[database] Optimized ACL Meta query performance (#7400) by @aaaaaajie
[Mobile] Optimize the mobile popup component (#7414) by @zhangzhonghe
[database] Fixed issue where Postgres external table reads included views from other schemas (#7410) by @aaaaaajie
[Block: template] Resolved an issue where mail blocks were not visible when placed inside an inherited template block (#7430) by @gchust
[Action: Import records Pro] Disallow assigning relation fields during import duplicate detection. by @aaaaaajie
[Workflow: Approval] Fix the issue where the user list was empty during countersigning by @mytharcher
[Migration manager] Skip the \restrict
and \unrestrict
commands generated by the latest pg_dump when creating migration files to resolve restore errors. by @2013xile
Changelog
v1.8.18 - 2025-08-19
[Workflow] Updated the node selection menu to display options in a two-column layout for improving information density and allowing users to view more options at once (#7396) by @mytharcher
[License settings] In the license settings, copy the latest Instance ID each time (#7387) by @jiannx
[client]
[Mobile] incorrect display format of date field on mobile (#7412) by @katherinehhh
[Office File Previewer] Fix error thrown when upload file to attachment URL field (#7405) by @mytharcher
[Workflow] Fix error thrown and form data disappeared when edit workflow category (#7408) by @mytharcher
[Workflow: mailer node] Fix the issue where the email node might not resume execution properly (#7409) by @mytharcher
[Workflow: Custom action event] Clear the selected rows after successfully triggering actions on multiple records by @mytharcher
[Template print] Printing of radio-select fields in multiple lines of data by @jiannx
[Workflow: Approval] Fix the issue where loading external data source data in approval records resulted in a 404 error by @mytharcher
Changelog
v1.8.17 - 2025-08-15
[Authentication] Removed the token parameter from the URL after a successful sign-in (#7386) by @2013xile
[Template print] support field m2m array by @jiannx
[Mobile] Fix the issue where the form submission data in the mobile approval dialog is incorrect (#7389) by @zhangzhonghe
[Workflow] Fix the translation of the page title in the workflow tasks center (#7392) by @mytharcher
[Calendar] calendar event item tooltip showing [object Object] (#7372) by @katherinehhh
[Notification: In-app message] Fix translations (#7384) by @mytharcher
[File manager] Remove the hint for the file upload size limit (#7391) by @mytharcher
[File storage: S3(Pro)]
Deprecate problematic parameter attachmentField
by @mytharcher
Fix the issue where the IAM authentication method could not be used to upload files by @mytharcher
Changelog
v1.8.16 - 2025-08-14
console.log
(#7368) by @2013xile[server] Some requests lack ctx.action
, causing errors in the audit log middleware (#7369) by @2013xile
[Collection field: Formula] Fix the issue where formula input could not pass validation due to variable type (#7373) by @mytharcher
[Backup manager] large file backups could show βsuccessfulβ before actually finishing by @gchust