Skip to content

Commit

Permalink
fix(patients): groups now navigable via the tree
Browse files Browse the repository at this point in the history
This Patient Groups page is now reachable via the tree navigation.
Previously, this URL was broken with a trailing slash.

Closes IMA-WorldHealth#701.
  • Loading branch information
Jonathan Niles committed Sep 12, 2016
1 parent 34a93f1 commit df6037c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/test/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ INSERT INTO unit VALUES
(21, 'Price List','TREE.PRICE_LIST','Configure price lists!',1,'/partials/price_list/','/prices'),
(22, 'Exchange Rate','TREE.EXCHANGE','Set todays exchange rate!',1,'/partials/exchange_rate/','/exchange'),
(26, 'Location Manager','TREE.LOCATION','',1,'/partials/locations/locations.html','/locations'),
(29, 'Patient Group','TREE.PATIENT_GRP','',1,'/partials/patient/group/','/patients/groups/'),
(29, 'Patient Group','TREE.PATIENT_GRP','',1,'/partials/patients/groups/','/patients/groups'),
(48, 'Service Management','TREE.SERVICE','',1,'partials/services/','/services'),
(57, 'Payroll','TREE.PAYROLL','',0,'partials/payroll/','/payroll/'),
(61, 'Employee','TREE.EMPLOYEE','Employees management',57,'partials/employees/','/employees'),
Expand Down

0 comments on commit df6037c

Please sign in to comment.