Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
it is fast, but it breaks 3rd party extensions, frontpage editting, etc.
solution: add has_capability test to files in admin/settings/; one big simple if (has_capability() or has_capability())
each settings file can decide what to do; the speed should be nearly the same - includes some 10 more file + some has_capability() calls
Issue Links
| This issue duplicates: | ||||
| MDL-11195 | has_admin_caps() is not flexible |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
committed into cvs