|
|
| Participants: |
Petr Skoda and Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
18/Jan/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
The problem is that the roles installation was duplicating the records - install was failing for me because it was creating duplicates in allow role assign table
I believe that hacks like this should not be done at the lowest level, instead they should be moved much closer to UI code
committing patch that comments out the second allow role assign and override from moodle_install_roles()
|
|
Description
|
The problem is that the roles installation was duplicating the records - install was failing for me because it was creating duplicates in allow role assign table
I believe that hacks like this should not be done at the lowest level, instead they should be moved much closer to UI code
committing patch that comments out the second allow role assign and override from moodle_install_roles() |
Show » |
committed 1 file to 'Moodle CVS' - 18/Nov/08 06:56 PM
MDL-17267 roles, install: fixed allow role assign table duplicates problem during install - see tracker for more details
|
|
|
committed 2 files to 'Moodle CVS' - 19/Nov/08 11:43 PM
MDL-17267 fixed regression caused by my last commit
|
|
|
committed 3 files to 'Moodle CVS' - 18/Jan/09 08:16 AM
MDL-17267 simplified create_role - not adding assign and override perm to admin accounts, they have it now always
|
|
|
|