AppFlowy/frontend
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
..
.vscode tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
appflowy_flutter fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
appflowy_tauri chore: bump up tauri version (#4056) 2023-12-01 00:11:43 +08:00
resources feat: mobile board view (#4030) 2023-11-30 10:01:29 +08:00
rust-lib fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
scripts tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
Makefile.toml tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00