Skip to content

Commit

Permalink
Merge pull request PrestaShop#8580 from alexalouit/develop
Browse files Browse the repository at this point in the history
Added Back Office missing roles
  • Loading branch information
eternoendless authored Jan 24, 2018
2 parents b4fe598 + f3d9bc2 commit 25c8d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-dev/upgrade/sql/1.7.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ INSERT IGNORE INTO `PREFIX_hook` (`id_hook`, `name`, `title`, `description`, `po
(NULL, 'displayAdminCustomersAddressesItemAction', 'Display new elements in the Back Office, tab AdminCustomers, Addresses actions', 'This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office', '1'),
(NULL, 'displayDashboardToolbarTopMenu', 'Display new elements in back office page with a dashboard, on top Menu', 'This hook launches modules when a page with a dashboard is displayed', '1'),
(NULL, 'displayDashboardToolbarIcons', 'Display new elements in back office page with dashboard, on icons list', 'This hook launches modules when the back office with dashboard is displayed', '1');

INSERT IGNORE INTO `PREFIX_authorization_role` (`slug`) VALUES
('ROLE_MOD_TAB_DEFAULT_CREATE'),
('ROLE_MOD_TAB_DEFAULT_READ'),
('ROLE_MOD_TAB_DEFAULT_UPDATE'),
('ROLE_MOD_TAB_DEFAULT_DELETE');

0 comments on commit 25c8d54

Please sign in to comment.