On windows, most up-to-date version: 0.21.5
Android: 0.14.2
Scenario
I have a set.
Type in set has a favorite bool relation.
Sort is favorite ascending, then a number.
Steps to reproduce
- make every bool false
- open set
- take one object, that is not at the top, and mark it as favorite
excepted:
view refreshes in realtime, object appears on top
what happens:
nothing
to solve:
I have to switch to another view in set and then back, now it is as I wanted it to be. It doesnt auto-refresh on change the sort in a set.