-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change loading of lib path for rails 5 and reorder constants for easi…
…er comparison with table
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
module Constants | ||
AUTHORIZED_USER_APPS = { | ||
'accession_number' => 'Accession number', | ||
'db_access_ids' => 'Database access', | ||
'digital_bookplates' => 'Digital bookplates', | ||
'unicorn_updates' => 'Symphony batch updates', | ||
'direct_upload' => 'Direct uploads', | ||
'email_stats' => 'Email stats', | ||
'file_upload' => 'File uploads', | ||
'mgt_rpts' => 'Management reports', | ||
'ora_admin' => 'Oracle administration', | ||
'priceforbills' => 'Price for bills', | ||
'unicorn_circ_batch' => 'Symphony circulation batches', | ||
'priv_approval' => 'Privileges approvals', | ||
'email_stats' => 'Email stats', | ||
'priv_support' => 'Privileges support', | ||
'db_access_ids' => 'Database access', | ||
'priceforbills' => 'Price for bills', | ||
'reset_recall_counter' => 'Reset recall counter', | ||
'mgt_rpts' => 'Management reports', | ||
'ora_admin' => 'Oracle administration', | ||
'sal3_batch_req' => 'SAL3 batch requests', | ||
'file_upload' => 'File uploads', | ||
'sal3_breq_edit' => 'Edit SAL3 batch requests', | ||
'unicorn_updates' => 'Symphony batch updates', | ||
'unicorn_circ_batch' => 'Symphony circulation batches', | ||
'userload_rerun' => 'Userload reruns', | ||
'edi_inv_view' => 'View EDI Invoices', | ||
'accession_number' => 'Accession number', | ||
'digital_bookplates' => 'Digital bookplates', | ||
'edi_inv_manage' => 'Manage EDI Invoices', | ||
'edi_inv_view' => 'View EDI Invoices', | ||
'package_manage' => 'Manage ELoader Packages' | ||
}.freeze | ||
end |