Description
if I do set edit_locking = 'lock 1' in wikiconfig.py und try with two different users to edit a page I got traceback.html
ok, edit_lock_message = self.lock.acquire() if not ok: # failed to get the lock if preview is not None: edit_lock_message = _('The lock you held timed out. Be prepared for editing conflicts!' ) + "<br>" + edit_lock_message else: msg = edit_lock_message
so msg is not "" and we get self.send_page(msg=msg) executed
Steps to reproduce
- do this...
Example
Component selection
- general
Details
MoinMoin Version |
|
OS and Version |
|
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Discussion
Plan
- Priority:
- Assigned to:
- Status: 1.6 2134:36ba7f395468 / 1.7 2707:2d93b9a28ea3 fixed