Skip to content

Commit

Permalink
Merge pull request #8180 from ehuelsmann/fix/1.11/template-read-access
Browse files Browse the repository at this point in the history
Allow read access to the 'template' table for all users
  • Loading branch information
ehuelsmann committed Apr 26, 2024
2 parents 5cd5ce0 + 10e41e1 commit f2ec418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/modules/Roles.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@ SELECT lsmb__grant_perms('base_user', obj, 'SELECT')
'menu_node', 'menu_acl',
'gifi', 'country', 'taxmodule',
'parts', 'partsgroup', 'country_tax_form', 'translation',
'business',
'business', 'template',
--###TODO: Add table for advisory rates
--'exchangerate',
'new_shipto', 'tax',
Expand Down

0 comments on commit f2ec418

Please sign in to comment.