Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6754120e authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

fix table action buttons

parent f83de4a0
No related branches found
No related tags found
No related merge requests found
......@@ -125,10 +125,12 @@ export class SearchTableComponent implements OnInit {
if (this.showActionButtons) {
console.log("show action buttons!")
this.columnActions.showInitially = true
this.columnPicker.allColumns.push(this.columnActions);
this.columnPicker.selectedColumns.push(this.columnActions);
}
}
this.columnPicker.selectedColumns = this.columnPicker.allColumns.filter(col => col.showInitially);
}
getRowClass(row) {
......
......@@ -64,7 +64,6 @@ export class UserComponent implements OnInit, AfterViewInit {
ngAfterViewInit() {
this.searchTable.tableColumnInit();
// if system admin refresh trust certificate list!
if (this.securityService.isCurrentUserSystemAdmin()) {
this.lookups.refreshTrustedCertificateLookup();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment