]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1247195 - The "Comment Preview" field no longer works when viewing attachment...
authorDylan Hardison <dylan@mozilla.com>
Wed, 10 Feb 2016 14:16:36 +0000 (09:16 -0500)
committerDylan Hardison <dylan@mozilla.com>
Wed, 10 Feb 2016 14:16:36 +0000 (09:16 -0500)
r=lpsolit,a=dylan

template/en/default/attachment/create.html.tmpl
template/en/default/attachment/edit.html.tmpl

index 75c7702ccb5c3fc274dfb7a5d9a36dbc63188ac4..9b31393090e603551f8ecd43d3dfc32beecfbfc1 100644 (file)
@@ -17,6 +17,7 @@
   header = header
   subheader = subheader
   generate_api_token = 1
+  yui = ['json', 'connection']
   style_urls = ['skins/standard/bug.css']
   javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ]
   doc_section = "using/editing.html#attachments"
index 31dd91c8ca4b46c258561403e1f729fc44492493..767c2296bc2625a068502fa4f76324be9f580c38 100644 (file)
@@ -23,6 +23,7 @@
   subheader = subheader
   generate_api_token = 1
   doc_section = "using/editing.html#attachments"
+  yui = ['json', 'connection']
   javascript_urls = ['js/attachment.js', 'js/field.js']
   style_urls = ['skins/standard/bug.css']
   bodyclasses = "no_javascript"