anytype-ts icon indicating copy to clipboard operation
anytype-ts copied to clipboard

Kanban sorting does apply to new objects

Open woelfel-tn opened this issue 1 month ago • 1 comments
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

  1. Create a query for tasks for example
  2. Change the view to Kanban
  3. Sort by a tag property
  4. Create a few items with different tags for that property
  5. See that the sorting does not apply automatically

Environment

- OS: Windows 11
- Version: 0.49.2

Anything else?

No response

woelfel-tn avatar Sep 29 '25 12:09 woelfel-tn