AppFlowy/frontend/rust-lib/flowy-database2/src/entities
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
..
filter_entities feat: support pg storage (#2935) 2023-07-05 20:57:09 +08:00
group_entities feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00
type_option_entities feat: show checklist items inline in row page (#3737) 2023-10-24 10:15:28 +08:00
board_entities.rs feat: hidden kanban groups (#3907) 2023-11-13 16:14:31 +08:00
calendar_entities.rs feat: create database view on same database (#2829) 2023-06-20 23:48:34 +08:00
cell_entities.rs Feat/tauri build (#2378) 2023-04-28 20:47:40 +08:00
database_entities.rs fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
field_entities.rs feat: insert a new field to the left or right of an existing one (#4022) 2023-11-29 04:42:53 +08:00
field_settings_entities.rs chore: move field width to field settings (#3830) 2023-11-06 14:48:59 +08:00
macros.rs chore: per-view field settings (#3199) 2023-08-27 22:31:32 +08:00
mod.rs refactor: hide ungrouped feature (#3817) 2023-10-29 11:26:49 +08:00
parser.rs feat: migrate flowy-database (#2373) 2023-04-28 14:08:53 +08:00
row_entities.rs feat: adding suffix for user data folder when current cloud type is appflowy cloud (#3918) 2023-11-12 18:00:07 +08:00
setting_entities.rs refactor: hide ungrouped feature (#3817) 2023-10-29 11:26:49 +08:00
share_entities.rs chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
sort_entities.rs refactor: group event (#2640) 2023-05-28 22:54:03 +08:00
view_entities.rs feat: delete kanban board groups (#3925) 2023-11-28 10:43:22 +08:00