mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Relation controller now supports scope and conditions for the manage mode (list) Logic has been modified across recordfinder and filter that only allows one constraint in this order (1. conditions, 2. scope, 3. defined constraints (where applicable)) Fixes #1203