SUPPORT-8975: fix from review
This commit is contained in:
parent
08312c7580
commit
a4243c7e10
1 changed files with 1 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import {ChangeDetectionStrategy, Component} from "@angular/core";
|
||||
import {Event, GridRpcService, GridV2, GridV2Column, Visible} from "@webbpm/base-package";
|
||||
import {Event, GridV2, GridV2Column, Visible} from "@webbpm/base-package";
|
||||
import {
|
||||
StaticGridColumn
|
||||
} from "../../../generated/ru/micord/ervu/account_applications/component/property/grid/StaticGridColumn";
|
||||
|
|
@ -22,12 +22,6 @@ import {StaticColumnInitializer} from "./StaticColumnInitializer";
|
|||
export class ErvuStaticGrid extends GridV2 {
|
||||
@Visible("false")
|
||||
public columnFiltersChanged: Event<any> = new Event<any>();
|
||||
private rpcService: GridRpcService;
|
||||
|
||||
protected initGrid() {
|
||||
super.initGrid();
|
||||
this.rpcService = this.getScript(GridRpcService);
|
||||
}
|
||||
|
||||
getColumns(): any[] {
|
||||
return this.getScriptsInChildren(GridV2Column)
|
||||
|
|
@ -70,7 +64,6 @@ export class ErvuStaticGrid extends GridV2 {
|
|||
return columnComp.valueFormatter.format(params);
|
||||
}
|
||||
}
|
||||
console.log("Создан ColDef:", colDef);
|
||||
return colDef;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue