mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
test: rename group test (#3790)
* refactor: rename group * test: add rename group test * chore: add group operation interceptor * refactor: impl interceptor trait * chore: update type option when group change --------- Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
This commit is contained in:
@ -306,6 +306,8 @@ impl DatabaseEditor {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Update the field type option data.
|
||||
/// Do nothing if the [TypeOptionData] is empty.
|
||||
pub async fn update_field_type_option(
|
||||
&self,
|
||||
view_id: &str,
|
||||
|
Reference in New Issue
Block a user