Title: [271552] trunk/Websites/bugs.webkit.org
Revision
271552
Author
[email protected]
Date
2021-01-15 19:47:52 -0800 (Fri, 15 Jan 2021)

Log Message

Bugzilla patch upload no longer displays the agreement for some users
https://bugs.webkit.org/show_bug.cgi?id=220678

Reviewed by Alexey Proskuryakov.

* template/en/default/attachment/patchlegalese.html.tmpl:

Modified Paths

Diff

Modified: trunk/Websites/bugs.webkit.org/ChangeLog (271551 => 271552)


--- trunk/Websites/bugs.webkit.org/ChangeLog	2021-01-16 03:44:38 UTC (rev 271551)
+++ trunk/Websites/bugs.webkit.org/ChangeLog	2021-01-16 03:47:52 UTC (rev 271552)
@@ -1,3 +1,12 @@
+2021-01-15  Ling Ho  <[email protected]>
+
+        Bugzilla patch upload no longer displays the agreement for some users
+        https://bugs.webkit.org/show_bug.cgi?id=220678
+
+        Reviewed by Alexey Proskuryakov.
+
+        * template/en/default/attachment/patchlegalese.html.tmpl:
+
 2020-06-01  Ling Ho  <[email protected]>
 
         Show patch IDs in the drop down menu under the Patch Diff Screen

Modified: trunk/Websites/bugs.webkit.org/template/en/default/attachment/patchlegalese.html.tmpl (271551 => 271552)


--- trunk/Websites/bugs.webkit.org/template/en/default/attachment/patchlegalese.html.tmpl	2021-01-16 03:44:38 UTC (rev 271551)
+++ trunk/Websites/bugs.webkit.org/template/en/default/attachment/patchlegalese.html.tmpl	2021-01-16 03:47:52 UTC (rev 271552)
@@ -24,7 +24,7 @@
 
 [%# if WEBKIT_CHANGES %]
 [% IF (product == "WebKit" || product == "Security") %] 
-    <tr id="legal" class="expert_fields" style="display: none;">
+    <tr id="legal" style="display: none;">
       <th>Legal:</th>
       <td>
         <b>WebKit Contribution Terms:</b><br/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to