anytype-ts
anytype-ts copied to clipboard
Kanban sorting does apply to new objects
trafficstars
Have you read a contributing guide?
- [x] I have read CONTRIBUTING.md
- [x] I have searched the existing issues and didn't find any that were similar
- [x] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
If I create a new object that is an item in a query, the sorting in the Kanban view does not apply for the new object and it is not shown in the correct order. I currently sort by a tag property. If I remove the sort rule and add it again the order gets corrected.
Expected Behavior
The Kanban view should apply the sort order to new objects.
Steps To Reproduce
- Create a query for tasks for example
- Change the view to Kanban
- Sort by a tag property
- Create a few items with different tags for that property
- See that the sorting does not apply automatically
Environment
- OS: Windows 11
- Version: 0.49.2
Anything else?
No response