mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
refactor: cell data transform logic (#5039)
* refactor: cell data transform logic * chore: remove redundant select option event * chore: adapt tests to changes
This commit is contained in:
@ -60,15 +60,6 @@ class SelectOptionCellBackendService {
|
||||
return DatabaseEventDeleteSelectOption(payload).send();
|
||||
}
|
||||
|
||||
Future<FlowyResult<SelectOptionCellDataPB, FlowyError>> getCellData() {
|
||||
final payload = CellIdPB()
|
||||
..viewId = viewId
|
||||
..fieldId = fieldId
|
||||
..rowId = rowId;
|
||||
|
||||
return DatabaseEventGetSelectOptionCellData(payload).send();
|
||||
}
|
||||
|
||||
Future<FlowyResult<void, FlowyError>> select({
|
||||
required Iterable<String> optionIds,
|
||||
}) {
|
||||
|
Reference in New Issue
Block a user