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:
Nathan.fooo
2023-11-06 14:39:31 +08:00
committed by GitHub
parent eb54cf99d4
commit 2b684ae7bf
3 changed files with 33 additions and 0 deletions

View File

@ -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,