diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:53 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:53 +0200 |
commit | 2e0215de73f36ef4c7f1365afb9d48cec46ea0bb (patch) | |
tree | 0794dfbed5fde31f8fc4a3c2c3e4a1227c6e2d0b | |
parent | 99fc46e962e8df959191e9e4506d54384e2fbf39 (diff) | |
download | bugzilla-2e0215de73f36ef4c7f1365afb9d48cec46ea0bb.tar.gz bugzilla-2e0215de73f36ef4c7f1365afb9d48cec46ea0bb.tar.xz |
Patch for bug 177993: Point out that the mid-air collision message is customizable; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
-rw-r--r-- | docs/en/xml/customization.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index 0640cff71..aa2903676 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -263,6 +263,19 @@ </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 <command>bug/create/comment.txt.tmpl</command>: You may not wish to go to the effort of creating custom fields in |