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 #701.
  • Loading branch information
Jonathan Niles committed Sep 15, 2016
1 parent eb0a0da commit 8f0a6b0
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 8f0a6b0

Please sign in to comment.