Title: [255084] trunk/Websites/webkit.org
Revision
255084
Author
[email protected]
Date
2020-01-24 11:30:58 -0800 (Fri, 24 Jan 2020)

Log Message

Fix editing permissions for the Web Inspector Editor role
https://bugs.webkit.org/show_bug.cgi?id=206761

Reviewed by Devin Rousso.

* wp-content/plugins/web-inspector-pages.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (255083 => 255084)


--- trunk/Websites/webkit.org/ChangeLog	2020-01-24 19:12:46 UTC (rev 255083)
+++ trunk/Websites/webkit.org/ChangeLog	2020-01-24 19:30:58 UTC (rev 255084)
@@ -1,3 +1,12 @@
+2020-01-24  Jon Davis  <[email protected]>
+
+        Fix editing permissions for the Web Inspector Editor role
+        https://bugs.webkit.org/show_bug.cgi?id=206761
+
+        Reviewed by Devin Rousso.
+
+        * wp-content/plugins/web-inspector-pages.php:
+
 2020-01-23  Jon Davis  <[email protected]>
 
         Fix extra space between title and article body

Modified: trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php (255083 => 255084)


--- trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php	2020-01-24 19:12:46 UTC (rev 255083)
+++ trunk/Websites/webkit.org/wp-content/plugins/web-inspector-pages.php	2020-01-24 19:30:58 UTC (rev 255084)
@@ -15,6 +15,7 @@
         'edit_web_inspector_page' => true,
         'edit_web_inspector_pages' => true,
         'edit_others_web_inspector_pages' => true,
+        'edit_published_web_inspector_pages' => true,
         'delete_web_inspector_page' => true,
         'delete_web_inspector_pages' => true,
         'publish_web_inspector_pages' => true,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to