mirror of
https://github.com/makeplane/plane.git
synced 2026-09-02 12:09:14 +02:00
- Copilot: partial_update mutates state data but (unlike create/destroy/ mark_as_default) did not invalidate the workspaces/:slug/states/ cache, so clients could see stale state after a PATCH. Add the same @invalidate_cache decorator as the sibling writes. - CodeRabbit: member test now also sends default=True and asserts it stays False, matching the guest regression coverage. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>