Skip to content

Commit

Permalink
quicksearch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Mar 3, 2020
1 parent c33126e commit 023abf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data_simple.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ INSERT INTO `permission` (`permission_key`, `module`, `label`, `nav_label`, `nav
('add', 'OnePlace\\Contact\\Request\\\\Controller\\StateController', 'Add Request', '', '', 0),
('list', 'OnePlace\\Contact\\Request\\Controller\\ApiController', 'List', '', '', 1);

--
-- quicksearch fix
--
INSERT INTO `settings` (`settings_key`, `settings_value`) VALUES ('quicksearch-contactrequest-customlabel', 'message');

0 comments on commit 023abf5

Please sign in to comment.