Files
plane/apps/api
Manish Gupta 110bd545c9 [WEB-8372] fix: invalidate states cache on partial_update + strengthen member test (CodeRabbit/Copilot #9473)
- 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>
2026-07-24 15:13:13 +05:30
..