viur-framework / viur-core

The core component of ViUR, the Python framework for modern web development.
https://www.viur.dev
MIT License
13 stars 14 forks source link

fix: Return a `list` instead of `None` in `RelationalBone.relskels_from_keys` #1334

Closed ArneGudermann closed 6 days ago

ArneGudermann commented 6 days ago

Fix the Bug that this fails when

https://github.com/viur-framework/viur-core/blob/7801292f664957202bc14756d1d51b9ff917343d/src/viur/core/bones/relational.py#L1185-L1192 this returns None https://github.com/viur-framework/viur-core/blob/7801292f664957202bc14756d1d51b9ff917343d/src/viur/core/bones/relational.py#L1102-L1103