Issue Details (XML | Word | Printable)

Key: MDL-8352
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM

Created: 30/Jan/07 05:20 AM   Updated: 08/Sep/08 07:08 PM
Return to search
Component/s: Roles
Affects Version/s: 1.7
Fix Version/s: 1.8

Issue Links:
Relates

Participants: Martin Dougiamas, Petr Skoda and Samuli Karevaara
Security Level: None
Resolved date: 02/Feb/07
Affected Branches: MOODLE_17_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
I did not find a report for tracking of this issue, but found several problems ;-)

It was decided to fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM so that we can define roles in the fronpage course independently from the rest of the system.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Martin Dougiamas added a comment - 02/Feb/07 09:28 PM
Looks pretty comprehensive! thanks! Anything else remaining?

Martin Dougiamas added a comment - 02/Feb/07 09:29 PM
I'll close this for now, please re-open if there's more.

Samuli Karevaara added a comment - 08/Sep/08 03:40 PM
Now that the system context is separate from the site front page course (usually the course with id=1), is it intentional that there is no user interface for adding roles to the site front page course?

I can get to that page by first checking the database for the course is=1 context id (usually 2), and then going to
http://ourmoodle.com/admin/roles/assign.php?contextid=2
but I was just wondering why is this "hidden"? I've found no other convenient way of adding "front page material editors" to our site than going to this "hidden" URL and adding them as teachers on the "front page course".


Petr Skoda added a comment - 08/Sep/08 07:03 PM
it should be in the admin tree block, Frontpage section

Samuli Karevaara added a comment - 08/Sep/08 07:08 PM
Yes, so it was! Thanks!