Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Database activity module
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
Description
please add, at least, two more roles for databases:
Import entriesmod/data:import
Export entriesmod/data:export
I also can't find the export GUI.
How is this possible?
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-11511 | Write entries mod/data:writeentry <-- should not treat adding, editing and deleting all together |
|
|
|
Also the writeentry capability should be split to let us achieve more control:
I was just trying to create a database where students are allowed to edit all entries but not create them, which does not seem possible.
- createentry – create new records
- editownentry – edit own records
- editanyentry – edit all records not just your own
I was just trying to create a database where students are allowed to edit all entries but not create them, which does not seem possible.