ui-nyla/src/pages
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
..
admin fix: billing PREPAY_MANDATE stripe UI, invitation wizard show all feature instances 2026-03-23 10:29:24 +01:00
basedata BREAKING CHANGE 2026-03-28 18:13:18 +01:00
billing fix: billing PREPAY_MANDATE stripe UI, invitation wizard show all feature instances 2026-03-23 10:29:24 +01:00
views BREAKING CHANGE 2026-03-28 18:13:18 +01:00
Dashboard.module.css fix: billing PREPAY_MANDATE stripe UI, invitation wizard show all feature instances 2026-03-23 10:29:24 +01:00
Dashboard.tsx fixing round 1 2026-03-28 16:58:55 +01:00
FeatureView.module.css fix(mobile): stabilize responsive layouts and action wrapping 2026-03-01 13:46:21 +01:00
FeatureView.tsx Merge branch 'int' into feat/service-subscription 2026-03-23 00:23:21 +01:00
GDPR.module.css fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
GDPR.tsx gpdr compliancy implemented 2026-01-25 23:57:47 +01:00
index.ts prepared multimandate 2026-01-17 02:18:24 +01:00
InvitePage.module.css fix: Invitation Wizard Anpassungen fertig 2026-02-26 10:46:51 +01:00
InvitePage.tsx 2 critical fixes: pwd reset and invitation caching ui 2026-03-03 23:07:49 +01:00
Login.module.css unified data - step 1 2026-03-24 14:16:45 +01:00
Login.tsx unified data - step 1 2026-03-24 14:16:45 +01:00
PasswordResetRequest.module.css enhanced mobile view 2026-03-16 22:55:27 +01:00
PasswordResetRequest.tsx enhanced mobile view 2026-03-16 22:55:27 +01:00
Register.module.css enhanced mobile view 2026-03-16 22:55:27 +01:00
Register.tsx unified data - step 1 2026-03-24 14:16:45 +01:00
Reset.module.css enhanced mobile view 2026-03-16 22:55:27 +01:00
Reset.tsx enhanced mobile view 2026-03-16 22:55:27 +01:00
Settings.module.css fixed rbac issues and sysadmin integration 2026-02-12 00:34:25 +01:00
Settings.tsx fixing round 1 2026-03-28 16:58:55 +01:00
Store.module.css fixing round 1 2026-03-28 16:58:55 +01:00
Store.tsx fixing round 1 2026-03-28 16:58:55 +01:00