If
$TWiki::cfg{DisplayTimeValues} = 'servertime';
clicking on either the 'Raw View' or 'Edit' icons on a heading with
AutoSectionPlugin enabled results in a message box with the following error: "WIKINAME has modified this topic. Please refresh the page and try again. Or edit the entire topic."
Changing from 'servertime' to 'gmtime' (
$TWiki::cfg{DisplayTimeValues} = 'gmtime';
) corrects the error however for users wanting to use 'servertime' the plugin will not work.
--
TWiki:Main/JaniHamalainen
- 2016-03-31
Thanks for reporting. This has been fixed in the code, and the fix will be included in the next release of the plugin.
--
TWiki:Main.MahiroAndo
- 2016-07-29