Issue Details (XML | Word | Printable)

Key: MDL-15572
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Blocker Blocker
Assignee: Petr Škoda (skodak)
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
Component/s: Groups
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Duplicate
 

Participants: Jamie Pratt and Petr Škoda (skodak)
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 Škoda (skodak) 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 Škoda (skodak) added a comment - 19/Jul/08 06:30 PM
the problem was somewhere else, see the linked bug
thanks for the report