Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Ticket #822 (closed task: fixed)

Opened 5 months ago

Last modified 5 months ago

New Privilege Requirements are Missing for Program Management

Reported by: arbaughj Assigned to: pbiondich
Priority: minor Milestone: OpenMRS 1.3
Component: Data Model Keywords: privilege, program management, HISA2008
Cc: Introductory Ticket:

Description

The API requires additional privileges for program management which don't exist in the database. We need an update SQL script that adds the following privileges to the privilege table. We should also notify upgrading users that the new privileges are required, and that they should add them to the necessary roles.

View Patient Programs

Add Patient Programs

Delete Patient Programs

Change History

06/17/08 21:50:12 changed by arbaughj

  • milestone set to OpenMRS 1.3.

06/18/08 10:34:31 changed by bwolfe

10 points to James for the bug report.

The developer to fix this would need to add the privileges to the OpenmrsConstants file. 8 points for this fix.

5 bonus points for adding a bit to the sql script that will give all roles that have the Manage Patient Programs privilege also to have the View/Add/Delete Patient Programs privileges.

06/25/08 20:28:06 changed by bwolfe

  • status changed from new to closed.
  • resolution set to fixed.

Added privilege changes to the sql update-to-latest script in [4692]