1. Create a cypress node with ACL that has empty subject list(you can do it with CLI). For example: ``` { "action": "allow", "subjects": [], "permissions": [ "write" ], "inheritance_mode": "object_and_descendants" } ``` 2. Try opening it in UI 3. See an error `Unexpected behavior: item.subjects.length !== 1: ...` <img width="957" height="189" alt="Image" src="https://github.com/user-attachments/assets/9393de9b-22e1-4655-a362-b104e2dfe01a" /> Same applies to Principal ACL <img width="957" height="189" alt="Image" src="https://github.com/user-attachments/assets/9dbbd774-4f96-41e0-b7e1-d1697dc4b57a" />
Unexpected behavior: item.subjects.length !== 1: ...Same applies to Principal ACL