diff options
author | mbarnson%sisna.com <> | 2008-04-04 13:47:08 +0200 |
---|---|---|
committer | mbarnson%sisna.com <> | 2008-04-04 13:47:08 +0200 |
commit | 5c4c6a7a8771882430c5067d70cfeb12ff3db55c (patch) | |
tree | 5ea241b768c1cbe4c588eba6cd5255c38ac031ab /docs | |
parent | a6545277b34a04ac3c15c2170f9edf48891ba391 (diff) | |
download | bugzilla-5c4c6a7a8771882430c5067d70cfeb12ff3db55c.tar.gz bugzilla-5c4c6a7a8771882430c5067d70cfeb12ff3db55c.tar.xz |
Patched lines per bug 177993.
Customization of "mid-air collision" template file.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/administration.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index a0ff3e174..14adb0b50 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -1100,6 +1100,19 @@ By modifying this, you can tell your users how they should report bugs. </para> + + <para> + <command>bug/process/midair.html.tmpl</command>: + This is the page used if two people submit simultaneous changes to the + same bug. The second person to submit their changes will get this page + to tell them what the first person did, and ask if they wish to + overwrite those changes or go back and revisit the bug. The default + title and header on this page read "Mid-air collision detected!" If + you work in the aviation industry, or other environment where this + might be found offensive (yes, we have true stories of this happening) + you'll want to change this to something more appropriate for your + environment. + </para> <para> <command>bug/create/create.html.tmpl</command> and |