Skip to content

Commit

Permalink
Fixing authority action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-Karni committed May 11, 2022
1 parent f9074e8 commit 09b456f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudapp/src/app/catalog/main/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export class CatalogMainComponent implements AfterViewInit {
public ACTIONS_MENU_LIST = new Map([
[SearchType.Monographs, [new Action('Catalog.Results.Actions.View'), new Action('Catalog.Results.Actions.Import')]],
[SearchType.Serials, [new Action('Catalog.Results.Actions.View'), new Action('Catalog.Results.Actions.Import')]],
[SearchType.Names, [new Action('Catalog.Results.Actions.View') /* , new Action('Catalog.Results.Actions.Import') */]],
[SearchType.UniformTitles, [new Action('Catalog.Results.Actions.View')/* , new Action('Catalog.Results.Actions.Import') */]],
[SearchType.Names, [new Action('Catalog.Results.Actions.View') , new Action('Catalog.Results.Actions.Import')]],
[SearchType.UniformTitles, [new Action('Catalog.Results.Actions.View'), new Action('Catalog.Results.Actions.Import')]],
]);


Expand Down

0 comments on commit 09b456f

Please sign in to comment.