|
|
2068b066e3
|
fix: 修正 permission 表列名 — permcode→path, permname→name
对照 rbac/models/permission.json 确认:
- path (原 permcode)
- name (原 permname)
- permtype ✓
- id ✓
|
2026-07-01 15:05:42 +08:00 |
|
|
|
c0c598ff15
|
fix: permcode → path — 权限表列名修正
permission 表的列名是 path,不是 permcode。
与 sage/load_path.py 保持一致。
|
2026-07-01 14:59:43 +08:00 |
|
|
|
c771771558
|
bugfix
|
2026-07-01 13:55:22 +08:00 |
|
|
|
e0296882fe
|
feat: add load_path.py for RBAC permission registration
|
2026-05-27 16:28:56 +08:00 |
|
|
|
7bf871e985
|
fix: increase upappid length to VARCHAR(32) to avoid Data too long error
|
2026-05-20 16:38:08 +08:00 |
|
|
|
f0bf47881b
|
fix: remove non-existent auth_apiname from uapi query, add error handling
|
2026-05-20 16:31:25 +08:00 |
|
|
|
29a397bbf4
|
fix: remove duplicate auth_apiname migration from script (already done manually)
|
2026-05-20 16:15:25 +08:00 |
|
|
|
f0950f3673
|
fix: remove apisetid references from uapi.json, add auth_apiname migration to script
- uapi.json: remove apisetid from sortby/browserfields/editexclouded
- migrate script: include upapp.auth_apiname creation and migration from uapiset
|
2026-05-20 16:13:50 +08:00 |
|
|
|
af864460f0
|
fix: correct getConfig import path to appPublic.jsonConfig
|
2026-05-20 16:01:04 +08:00 |
|
|
|
f16aa302eb
|
feat: add migration script for uapi apisetid -> upappid
Script copies shared uapi records so each upapp gets its own copy,
then updates the link from apisetid to upappid.
|
2026-05-20 15:47:41 +08:00 |
|