form view fixes, open form view menu

This commit is contained in:
Jan Prochazka
2021-01-14 12:45:40 +01:00
parent d1033f0e82
commit d7fac5bc6a
5 changed files with 61 additions and 11 deletions

View File

@@ -186,7 +186,6 @@ export class TableFormViewDisplay extends FormViewDisplay {
}
isLoadedCurrentRow(row) {
console.log('isLoadedCurrentRow', row, this.config.formViewKey);
if (!row) return false;
const formViewKey = this.extractKey(row);
return stableStringify(formViewKey) == stableStringify(this.config.formViewKey);