]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1210762: User stories aren't saved as part of the "remember values as bookmarkabl...
authorDavid Lawrence <dkl@mozilla.com>
Fri, 2 Oct 2015 18:51:32 +0000 (18:51 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 2 Oct 2015 18:51:32 +0000 (18:51 +0000)
extensions/UserStory/template/en/default/hook/bug/create/create-after_custom_fields.html.tmpl

index 04c7f3c04fbfbd98ce3b151ff270eb873b562936..0c968e63416c9a5ff7a56d93168393e8c62e9dbc 100644 (file)
@@ -21,7 +21,7 @@
           </span>
       </div>
       <div id="user_story_edit_container" class="bz_default_hidden">
-        [% user_story_default = cloned_bug ? cloned_bug.cf_user_story : "" %]
+        [% user_story_default = cloned_bug ? cloned_bug.cf_user_story : default.cf_user_story %]
         [% INCLUDE global/textarea.html.tmpl
             name     = 'cf_user_story'
             id       = 'user_story'