AppFlowy/frontend/appflowy_flutter/integration_test/board
Mohammad Zolfaghari 066bba95f5
fix: update auto-update fields on change group (#3833)
* fix: update auto-update fields on change group

auto-update fields should get updated when on moving row from one
group to another. They where getting updated only on changing row
properties directly.
Also added integration test for changing row groupd related to #3010.

* style: rust format

* fix: add board group test to runner

* fix: update auto updated fiels only when group has changed

* fix: apply group changeset before move_row

* fix: get from_row before move_row

* fix: groups method changed to get_all_groups

* fix: pass from group id in move group payload

We can't know the from group id from the row itself. Because a row
can exist in multiple groups (group by multiselect).

* fix: MoveGroupRowPayloadPB from_group_id index
2023-12-01 00:24:10 +08:00
..
board_add_row_test.dart chore: adjust board card UI (#3954) 2023-11-24 00:25:12 +08:00
board_group_test.dart fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
board_hide_groups_test.dart feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00
board_row_test.dart feat: add new group (#3854) 2023-11-06 16:17:05 +08:00
board_test_runner.dart fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00