Issue Details (XML | Word | Printable)

Key: MDL-15572
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Blocker Blocker
Assignee: Petr Skoda
Reporter: Jamie Pratt
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

current group is not being saved in session

Created: 08/Jul/08 06:40 PM   Updated: 19/Jul/08 06:30 PM
Return to search
Component/s: Groups
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Duplicate
 

Participants: Jamie Pratt and Petr Skoda
Security Level: None
Resolved date: 19/Jul/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
        $currentgroup = groups_get_activity_group($cm, true);

Does not appear to be saving the current group in the session var any more. I find that if I change the group to any group and then load the page again without the group=x part of the url then the current group is reset to int(0) or 'All Participants'

I see this behaviour both in the forum module and the quiz overview and other reports.

I'm assuming this is related to Petr's recent SESSION handling changes and so assigning to him.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda added a comment - 08/Jul/08 07:04 PM
does not work, the __set() and __get() support in PHP objects seems to be really borked a lot === useless; I might have to rewrite the session code again

Petr Skoda made changes - 08/Jul/08 07:04 PM
Field Original Value New Value
Priority Major [ 3 ] Blocker [ 1 ]
Petr Skoda made changes - 08/Jul/08 07:04 PM
Fix Version/s 2.0 [ 10122 ]
Petr Skoda made changes - 19/Jul/08 06:30 PM
Link This issue duplicates MDL-15712 [ MDL-15712 ]
Petr Skoda added a comment - 19/Jul/08 06:30 PM
the problem was somewhere else, see the linked bug
thanks for the report

Petr Skoda made changes - 19/Jul/08 06:30 PM
Resolution Duplicate [ 3 ]
Status Open [ 1 ] Resolved [ 5 ]