Merge pull request #12691 from maxunbearable/feature/calculated-fields-events-action
Added debug events action from calculated field table
This commit is contained in:
commit
aa2e277c45
@ -118,6 +118,12 @@ export class CalculatedFieldsTableConfig extends EntityTableConfig<CalculatedFie
|
|||||||
isEnabled: () => true,
|
isEnabled: () => true,
|
||||||
onAction: (event$, entity) => this.exportCalculatedField(event$, entity),
|
onAction: (event$, entity) => this.exportCalculatedField(event$, entity),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: this.translate.instant('entity-view.events'),
|
||||||
|
icon: 'history',
|
||||||
|
isEnabled: () => true,
|
||||||
|
onAction: (_, entity) => this.openDebugDialog(entity),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: '',
|
name: '',
|
||||||
nameFunction: entity => this.getDebugConfigLabel(entity?.debugSettings),
|
nameFunction: entity => this.getDebugConfigLabel(entity?.debugSettings),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user