Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/01/08 15:38:26 (5 months ago)
Author:
bwolfe
Message:

1.3.x branch: Fixed authenticated role privilege misspelling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/1.3.x/metadata/model/1.3.0-createdb-from-scratch-with-demo-data.sql

    r5036 r5122  
    21982198 
    21992199/*!40000 ALTER TABLE `role_privilege` DISABLE KEYS */; 
    2200 INSERT INTO `role_privilege` VALUES ('Anonymous','View Navigation Menu'),('Authenticated','View Concept Classes'),('Authenticated','View Concept Datatypes'),('Authenticated','View Encounter Types'),('Authenticated','View Field Types'),('Authenticated','View Global Properties'),('Authenticated','View Identifier Types'),('Authenticated','View Locations'),('Authenticated','View Mime Types'),('Authenticated','View Order Types'),('Authenticated','View Person Attribute Types'),('Authenticated','View Privileges'),('Authenticated','View Relationships'),('Authenticated','View RelationshipTypes'),('Authenticated','View Roles'),('Authenticated','View Tribes'),('Data Assistant','Add Patients'),('Data Assistant','Add People'),('Data Assistant','Add Relationships'),('Data Assistant','Delete Relationships'),('Data Assistant','Edit Patients'),('Data Assistant','Edit People'),('Data Assistant','Edit Relationships'),('Data Assistant','Manage Programs'),('Data Assistant','Patient Dashboard - View Demographics Section'),('Data Assistant','Patient Dashboard - View Encounters Section'),('Data Assistant','Patient Dashboard - View Forms Section'),('Data Assistant','Patient Dashboard - View Overview Section'),('Data Assistant','View Concepts'),('Data Assistant','View Encounters'),('Data Assistant','View Forms'),('Data Assistant','View Navigation Menu'),('Data Assistant','View Observations'),('Data Assistant','View Patient Identifiers'),('Data Assistant','View Patients'),('Data Assistant','View People'),('Data Assistant','View Programs'),('Data Assistant','View Users'),('Data Manager','Add Observations'),('Data Manager','Add Patients'),('Data Manager','Delete Observations'),('Data Manager','Delete Report Objects'),('Data Manager','Edit Encounters'),('Data Manager','Edit Observations'),('Data Manager','Edit Patients'),('Data Manager','Manage Alerts'),('Data Manager','Manage Locations'),('Data Manager','Manage Tribes'),('Data Manager','Patient Dashboard - View Demographics Section'),('Data Manager','Patient Dashboard - View Encounters Section'),('Data Manager','Patient Dashboard - View Forms Section'),('Data Manager','Patient Dashboard - View Graphs Section'),('Data Manager','View Administration Functions'),('Data Manager','View Concepts'),('Data Manager','View Data Entry Statistics'),('Data Manager','View Encounters'),('Data Manager','View Forms'),('Data Manager','View Navigation Menu'),('Data Manager','View Observations'),('Data Manager','View Orders'),('Data Manager','View Patient Cohorts'),('Data Manager','View Patient Identifiers'),('Data Manager','View Patients'),('Data Manager','View People'),('Data Manager','View Programs'),('Data Manager','View Users'),('Provider','View Concepts'),('Provider','View Encounters'),('Provider','View Observations'),('Provider','View Patient Identifiers'),('Provider','View Patients'),('Provider','View People'); 
     2200INSERT INTO `role_privilege` VALUES ('Anonymous','View Navigation Menu'),('Authenticated','View Concept Classes'),('Authenticated','View Concept Datatypes'),('Authenticated','View Encounter Types'),('Authenticated','View Field Types'),('Authenticated','View Global Properties'),('Authenticated','View Identifier Types'),('Authenticated','View Locations'),('Authenticated','View Mime Types'),('Authenticated','View Order Types'),('Authenticated','View Person Attribute Types'),('Authenticated','View Privileges'),('Authenticated','View Relationships'),('Authenticated','View Relationship Types'),('Authenticated','View Roles'),('Authenticated','View Tribes'),('Data Assistant','Add Patients'),('Data Assistant','Add People'),('Data Assistant','Add Relationships'),('Data Assistant','Delete Relationships'),('Data Assistant','Edit Patients'),('Data Assistant','Edit People'),('Data Assistant','Edit Relationships'),('Data Assistant','Manage Programs'),('Data Assistant','Patient Dashboard - View Demographics Section'),('Data Assistant','Patient Dashboard - View Encounters Section'),('Data Assistant','Patient Dashboard - View Forms Section'),('Data Assistant','Patient Dashboard - View Overview Section'),('Data Assistant','View Concepts'),('Data Assistant','View Encounters'),('Data Assistant','View Forms'),('Data Assistant','View Navigation Menu'),('Data Assistant','View Observations'),('Data Assistant','View Patient Identifiers'),('Data Assistant','View Patients'),('Data Assistant','View People'),('Data Assistant','View Programs'),('Data Assistant','View Users'),('Data Manager','Add Observations'),('Data Manager','Add Patients'),('Data Manager','Delete Observations'),('Data Manager','Delete Report Objects'),('Data Manager','Edit Encounters'),('Data Manager','Edit Observations'),('Data Manager','Edit Patients'),('Data Manager','Manage Alerts'),('Data Manager','Manage Locations'),('Data Manager','Manage Tribes'),('Data Manager','Patient Dashboard - View Demographics Section'),('Data Manager','Patient Dashboard - View Encounters Section'),('Data Manager','Patient Dashboard - View Forms Section'),('Data Manager','Patient Dashboard - View Graphs Section'),('Data Manager','View Administration Functions'),('Data Manager','View Concepts'),('Data Manager','View Data Entry Statistics'),('Data Manager','View Encounters'),('Data Manager','View Forms'),('Data Manager','View Navigation Menu'),('Data Manager','View Observations'),('Data Manager','View Orders'),('Data Manager','View Patient Cohorts'),('Data Manager','View Patient Identifiers'),('Data Manager','View Patients'),('Data Manager','View People'),('Data Manager','View Programs'),('Data Manager','View Users'),('Provider','View Concepts'),('Provider','View Encounters'),('Provider','View Observations'),('Provider','View Patient Identifiers'),('Provider','View Patients'),('Provider','View People'); 
    22012201/*!40000 ALTER TABLE `role_privilege` ENABLE KEYS */; 
    22022202