]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 814415: See Also should use spaces as value separators instead of
authorKent Rogers <kar@cray.com>
Wed, 7 May 2014 06:14:26 +0000 (14:14 +0800)
committerByron Jones <glob@mozilla.com>
Wed, 7 May 2014 06:14:26 +0000 (14:14 +0800)
commas
r=glob, a=justdave

process_bug.cgi
template/en/default/bug/field-help.none.tmpl

index ed1a19203a2ebffc46a418476d63c3c75c94765c..389ee18d18ebc94eb59c3e9d1e2b20d9e854aa29 100755 (executable)
@@ -250,7 +250,7 @@ if (should_set('comment')) {
 }
 if (should_set('see_also')) {
     $set_all_fields{'see_also'}->{add} = 
-        [split(/[\s,]+/, $cgi->param('see_also'))];
+        [split(/[\s]+/, $cgi->param('see_also'))];
 }
 if (should_set('remove_see_also')) {
     $set_all_fields{'see_also'}->{remove} = [$cgi->param('remove_see_also')];
index ee32014ad8ad6743b8c7cdc709356614b08c9b13..2b609654718ff975a18dbdbf720f75408157c888 100644 (file)
@@ -126,7 +126,7 @@ see_also =>
   "This allows you to refer to $terms.bugs in other installations.
    You can enter a URL to $terms.abug in the 'Add $terms.Bug URLs'
    field to note that that $terms.bug is related to this one. You can
-   enter multiple URLs at once by separating them with a comma.
+   enter multiple URLs at once by separating them with whitespace.
 
    <p>You should normally use this field to refer to $terms.bugs in
      <em>other</em> installations. For $terms.bugs in this