nocobase2/packages/plugins/@nocobase/plugin-field-m2m-array
nocobase[bot] 3733676d6e
Some checks are pending
Build docker image / build-and-push (push) Waiting to run
Build pro image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase backend test / sqlite-test (20, false) (push) Waiting to run
NocoBase backend test / sqlite-test (20, true) (push) Waiting to run
NocoBase backend test / postgres-test (public, 20, nocobase, false) (push) Waiting to run
NocoBase backend test / postgres-test (public, 20, nocobase, true) (push) Waiting to run
NocoBase backend test / postgres-test (public, 20, public, false) (push) Waiting to run
NocoBase backend test / postgres-test (public, 20, public, true) (push) Waiting to run
NocoBase backend test / postgres-test (user_schema, 20, nocobase, false) (push) Waiting to run
NocoBase backend test / postgres-test (user_schema, 20, nocobase, true) (push) Waiting to run
NocoBase backend test / postgres-test (user_schema, 20, public, false) (push) Waiting to run
NocoBase backend test / postgres-test (user_schema, 20, public, true) (push) Waiting to run
NocoBase backend test / mysql-test (20, false) (push) Waiting to run
NocoBase backend test / mysql-test (20, true) (push) Waiting to run
NocoBase backend test / mariadb-test (20, false) (push) Waiting to run
NocoBase backend test / mariadb-test (20, true) (push) Waiting to run
NocoBase frontEnd test / frontend-test (18) (push) Waiting to run
Test on Windows / build (push) Waiting to run
chore(versions): 😊 publish v1.4.0-alpha.6
2024-11-08 01:15:45 +00:00
..
src fix(m2m-array): issue where select component for a m2m array field has only one option (#5544) 2024-10-29 20:07:42 +08:00
.npmignore feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
client.d.ts feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
client.js feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
package.json chore(versions): 😊 publish v1.4.0-alpha.6 2024-11-08 01:15:45 +00:00
README.md feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
server.d.ts feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00
server.js feat(database): new field type many to many (array) (#4708) 2024-07-10 15:04:24 +08:00

@nocobase/plugin-field-record-set