Skip to content

Commit

Permalink
Align permissions names with ui-export-manager (ui-export-manager.job…
Browse files Browse the repository at this point in the history
…s.downloadAndResend) (#416)
  • Loading branch information
NikitaSedyx authored Oct 16, 2024
1 parent 4197083 commit a4d9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AuthoritiesSearch/ReportsMenu/ReportsMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ReportsMenu = ({
stripes.hasPerm('ui-quick-marc.quick-marc-authorities-editor.all') &&
stripes.hasPerm('ui-inventory.all-permissions.TEMPORARY') &&
stripes.hasPerm('ui-quick-marc.quick-marc-editor.view') &&
stripes.hasPerm('ui-export-manager.jobs.downloadAndResend');
stripes.hasPerm('ui-export-manager.jobs.downloadAndResend.execute');

const renderReport = ({ translationId, reportType }) => (
<Button
Expand Down

0 comments on commit a4d9e09

Please sign in to comment.