Leopoldadmin
  • Joined on 2026-05-19
Leopoldadmin opened issue Leopoldadmin/leocrm#98 2026-07-29 09:09:54 +00:00
[Auto] Request failed with status code 500
Leopoldadmin opened issue Leopoldadmin/leocrm#97 2026-07-29 09:09:53 +00:00
[Auto] [Backend] GET /api/v1/contact-folders: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column contact_folder_permissions.deleted_at does not exist [SQL: SELECT contact_folder_permissio...
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 08:45:48 +00:00
81ae5b7cb6 fix: redis cache invalidation in permission service + permission check in entity_permissions route + upsert cache invalidation + remove TopBar quick-create
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 08:33:32 +00:00
0cebd23e3b fix: remove TopBar quick-create button + canAccess fallback in ContactDetail + ContactDetailPage + ContactsList + duplicate import fix
Leopoldadmin opened issue Leopoldadmin/leocrm#96 2026-07-29 08:22:47 +00:00
[Auto] [Backend] POST /api/v1/errors → 429
Leopoldadmin opened issue Leopoldadmin/leocrm#95 2026-07-29 08:22:40 +00:00
[Auto] Request failed with status code 404
Leopoldadmin opened issue Leopoldadmin/leocrm#94 2026-07-29 08:22:40 +00:00
[Auto] [Backend] GET /api/v1/contacts/new → 404
Leopoldadmin opened issue Leopoldadmin/leocrm#93 2026-07-29 08:22:36 +00:00
[Auto] [Backend] GET /api/v1/contact-folders: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column contact_folder_permissions.deleted_at does not exist [SQL: SELECT contact_folder_permissio...
Leopoldadmin opened issue Leopoldadmin/leocrm#92 2026-07-29 08:22:36 +00:00
[Auto] [Backend] GET /api/v1/custom-fields/definitions: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column custom_field_definitions.sensitivity does not exist [SQL: SELECT custom_field_de...
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 08:17:55 +00:00
9be0cd0909 hotfix: add useAuthStore import to Sidebar.tsx
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 08:17:06 +00:00
14a1073c92 hotfix: sidebar + topbar canAccess fallback — show all items for system_admin or empty permissions
Leopoldadmin opened issue Leopoldadmin/leocrm#91 2026-07-29 08:15:02 +00:00
[Auto] [Backend] GET /api/v1/notifications: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) <class 'asyncpg.exceptions.UndefinedColumnError'>: column notifications.entity_type does not exist [SQL: SELECT notifications.id, notifications.entity...
Leopoldadmin opened issue Leopoldadmin/leocrm#90 2026-07-29 08:12:22 +00:00
[Auto] Request failed with status code 500
Leopoldadmin opened issue Leopoldadmin/leocrm#89 2026-07-29 08:12:21 +00:00
[Auto] [Backend] GET /api/v1/contacts/merge-history: module 'app.services.dedup_service' has no attribute 'get_merge_history'
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 07:17:01 +00:00
b545bf64b4 hotfix: all 7 TypeScript errors fixed — NoAccessPage export + ABACRuleEditor size + ShareDialog icon types
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 07:11:48 +00:00
c1416161c2 hotfix: ProtectedRoute allows access for system_admin + empty permissions + /kein-zugriff route + NoAccessPage
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 06:05:57 +00:00
da76b4636e fix: require_permission decorator → Depends() in entity_permissions.py
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 05:58:24 +00:00
deb3a29721 final: RBAC progress update — all 23 sprints code complete
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 01:13:57 +00:00
4c134c62b3 fix: GuestContacts title prop → aria-label
Leopoldadmin pushed to main at Leopoldadmin/leocrm 2026-07-29 01:13:10 +00:00
015eb9414e fix: SettingsRechte TypeScript errors fixed — entity permission types + ConfirmDialog props