[[PageOutline(2-5,Contents,pullout)]] = Allow changes to be saved even when ticket has been modified = {{{#!div class="system-message" This plugin is no longer needed in Trac 1.0 and later. Equivalent functionality has been added in trac:#7145. }}} == Description == A plugin that replaces the default trac ticket validation with a version that, after showing you the warning ('''Warning: Sorry, can not save your changes. This ticket has been modified by someone else since you started'''), allows you to save anyway. The vast majority of times this error is signaled, both changes are additive and can be safely applied so lets not force people to jump through hoops unnecessarily. {{{ #!html
This is what happens when someone made a comment while you were commenting:
This is what happens when someone has edited the description. If you save you will lose their change (so go edit it back in)
}}} == Bugs/Feature Requests == Existing bugs and feature requests for OverrideEditPlugin are [report:9?COMPONENT=OverrideEditPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=OverrideEditPlugin&owner=bobbysmith007 new ticket]. == Download == Download the zipped source from: * [download:overrideeditplugin/0.12 Trac12]. * [download:overrideeditplugin/0.11 Trac11] == Source == You can check out OverrideEditPlugin from: * [http://trac-hacks.org/svn/overrideeditplugin/0.12 Trac 12] * [http://trac-hacks.org/svn/overrideeditplugin/0.11 Trac 11] or [source:overrideeditplugin browse the source] with Trac. == Example == Mostly just allow you to bypass the warning about the ticket changing since you last looked at it. == Recent Changes == [[ChangeLog(overrideeditplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:bobbysmith007] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''