Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
}
if (this.action) {
- console.debug('toolbar [action] is deprecated. use (onClick) instead.')
+ console.debug('toolbar [action] is deprecated. use (onClick) instead.');
}
this.toolbarAction.label = this.label;
if (this.idsToUnlink.length === 0) { return; }
try { // rejects on dismiss, which results in an Error
+ // TODO this will change with LP #1823041
await this.confirmUnlink.open({size: 'sm'});
- } catch (dismissed) {return;}
+ } catch (dismissed) { return; }
const maps = [];
this.pcrud.search('bpbcm',
this.idsToUnlink = [];
this.grid.reload();
}
- )
+ );
}
);
}
this.makeBookableDialog.open({}).then(
modified => {}, // No refresh needed
dismissed => {}
- )
+ );
}
}
}
try {
this.gridFilters = JSON.parse(filters);
} catch (E) {
- console.error('Invalid grid filters provided: ', filters)
+ console.error('Invalid grid filters provided: ', filters);
}
}