nordabiz/blueprints/community
Maciej Pienczyn a8be6c8d89
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
fix(classifieds): manual cleanup of related rows before delete
SQLAlchemy ORM tries to UPDATE classified_reads.classified_id = NULL
before deleting the classifieds row, even though the FK has ON DELETE
CASCADE at DB level. The NOT NULL constraint on classified_id then
raises IntegrityError. Same pattern as the forum_reply_reads fix from
2026-02. Manually delete reads, interests, questions, attachments
before db.delete(classified).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 13:52:44 +02:00
..
calendar feat: calendar colleagues API uses active company context 2026-04-10 13:54:54 +02:00
classifieds fix(classifieds): manual cleanup of related rows before delete 2026-04-14 13:52:44 +02:00
contacts security: Restrict member-only features to MEMBER role 2026-02-01 21:33:27 +01:00
__init__.py refactor(phase1): Extract blueprints for reports, contacts, classifieds, calendar 2026-01-27 10:10:45 +01:00