= Allow changes to be saved even when ticket has been modified = == 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 here]. == Source == You can check out OverrideEditPlugin from [http://trac-hacks.org/svn/overrideeditplugin here] using Subversion, 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]] '''Contributors:'''