Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7, 1.7.1, 1.8
-
Component/s: Wiki (1.x)
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
-
Fixed Branches:MOODLE_17_STABLE, MOODLE_18_STABLE
Description
While you edit a wiki page e.g. one called 'Frog', it is locked and nobody else can edit it. This is intended behaviour.
However if you are on a group wiki and you try to edit a page called 'Frog' while somebody else in a separate group is editing their own page called 'Frog', it won't let you, even though it should!
Issue Links
| This issue is duplicated by: | ||||
| MDL-8494 | New wiki locking in 1.7 / 1.8 is too strict ... stops students editing their own page in the individual or group modes because they have the same name |
|
|
|
This was caused by storing the wrong ID in the lock table - it used the wiki id, not the wiki_entries id. I have changed the code to do that