Commit graph

6 commits

Author SHA1 Message Date
ff68307a39 fixes private model and udb scoping sources
Some checks failed
Deploy Nyla Frontend to Integration / deploy (push) Failing after 55s
2026-06-03 09:35:59 +02:00
ValueOn AG
77e7eba711 BREAKING CHANGE
API and persisted records use PowerOnModel system fields:
- sysCreatedAt, sysCreatedBy, sysModifiedAt, sysModifiedBy
Removed legacy JSON/DB field names:
- _createdAt, _createdBy, _modifiedAt, _modifiedBy
Frontend (frontend_nyla) and gateway call sites were updated accordingly.
Database:
- Bootstrap runs idempotent backfill (_migrateSystemFieldColumns) from old
  underscore columns and selected business duplicates into sys* where sys* IS NULL.
- Re-run app bootstrap against each PostgreSQL database after deploy.
- Optional: DROP INDEX IF EXISTS "idx_invitation_createdby" if an old index remains;
  new index: idx_invitation_syscreatedby on Invitation(sysCreatedBy).
Tests:
- RBAC integration tests aligned with current GROUP mandate filter and UserMandate-based
  UserConnection GROUP clause; buildRbacWhereClause(..., mandateId=...) must be passed
  explicitly (same as production request context).
2026-03-28 18:13:18 +01:00
0af4d7c30b feat:chatbot dynamisch geladen 2026-01-29 15:37:38 +01:00
ValueOn AG
bf4ddc6fd5 rbac rules tested and fixed 2026-01-25 03:01:07 +01:00
ValueOn AG
41e02b5a2c fixed automation and trustee 2026-01-24 02:06:54 +01:00
ValueOn AG
70c84dd897 revised ui components 2026-01-20 00:56:00 +01:00
Renamed from src/hooks/useInstancePermissions.ts (Browse further)