We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ea614 commit 3e08916Copy full SHA for 3e08916
spreadsheet_oca/static/src/spreadsheet/bundle/filter.esm.js
@@ -181,6 +181,7 @@ export class EditFilterPanel extends Component {
181
}
182
onFieldMatchUpdate(object, name) {
183
this.state.objects[object.id].fieldMatch.chain = name;
184
+ this.state.objects[object.id].fieldMatch.type = object.fields[name]?.type;
185
186
toggleDateDefaultValue(ev) {
187
this.state.defaultValue = ev.target.checked ? "this_month" : undefined;
0 commit comments