Files
planka/server
Daniel Hiller 4add7e43af fix: Keep dangling project references from blanking the home view
`getManagerProjectsModelArray` mapped every project manager to its project
without checking that the project is in the store, so one row pointing at a
deleted project produced a null the caller then read `id` off — taking down
the whole home view. `getMembershipProjectsModelArray` had the same hole one
level up, destructuring `board.project` before testing `board`.

The projects endpoint fed exactly that state: it derived the id list for the
included records from the manager rows, so a `project_manager` row whose
project no longer exists shipped a manager for a project missing from `items`.
Board memberships had the same gap. Both id lists now come from the records
that actually exist.
2026-08-26 09:22:53 +02:00
..
2026-08-07 16:17:24 +02:00
2026-02-04 12:53:15 +01:00
2019-08-31 04:07:25 +05:00
2026-08-07 19:15:43 +02:00
2019-10-14 21:50:52 +05:00
2025-05-10 02:09:06 +02:00
2026-02-04 12:53:15 +01:00
2025-05-10 02:09:06 +02:00
2026-08-09 22:36:27 +02:00
2026-08-07 19:15:43 +02:00
2025-05-10 02:09:06 +02:00
2026-08-10 18:28:48 +02:00