mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-07 22:35:36 +00:00
Merge branch 'fix-update-view-field-options-analytics-params' into 'develop'
Fix update_view_field_options analytics params See merge request baserow/baserow!3234
This commit is contained in:
commit
4f12af309c
1 changed files with 2 additions and 1 deletions
|
@ -1100,7 +1100,8 @@ class UpdateViewFieldOptionsActionType(UndoableActionType):
|
|||
VIEW_ACTION_CONTEXT,
|
||||
)
|
||||
analytics_params = [
|
||||
"view_id" "table_id",
|
||||
"view_id",
|
||||
"table_id",
|
||||
"database_id",
|
||||
"field_options",
|
||||
"original_field_options",
|
||||
|
|
Loading…
Add table
Reference in a new issue