Skip to content

Commit 343010d

Browse files
Copilothotlong
andcommitted
chore: restore pnpm-lock.yaml to preserve hotcrm importers
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent d2e9087 commit 343010d

2 files changed

Lines changed: 401 additions & 23 deletions

File tree

ROADMAP_CONSOLE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ The Console is the **canonical proof** that ObjectUI's Server-Driven UI (SDUI) e
245245
| G11 | Collaboration data hardcoded || Presence/activity/comments now fetched from API; fallback to defaults when API unavailable |
246246
| G12 | ReportBuilder uses mock fields || `availableFields` derived from object schema via `useMetadata().objects` |
247247
| G13 | ViewDesigner save not persisted || `handleSave` calls `dataSource.create/update('sys_view', config)` |
248+
| G14 | View add/edit navigates to 404 || Fixed relative navigation in ObjectView (added `{ relative: 'path' }` to all view designer navigate calls). Fixes #628 |
248249

249250
---
250251

@@ -374,6 +375,7 @@ These were the initial tasks to bring the console prototype to production-qualit
374375
| 5.6 | Row-level security | ⚠️ Partial (server-side assumed; client `DataScopeManager` types only) |
375376
| 5.7 | Permission-denied fallback UI | ✅ Done (`PermissionGuard`) |
376377
| 5.8 | Integration with ObjectStack RBAC API | ✅ Done |
378+
| 5.9 | Admin auto-design mode (no toggle) | ✅ Done — design tools (Edit/Add View, Metadata Inspector) auto-visible for `isAdmin` users; non-admin users see no design entry. Fixes #628 |
377379

378380
---
379381

0 commit comments

Comments
 (0)