jenkins-bot has submitted this change and it was merged. Change subject: Add missing documentation on performs-write param ......................................................................
Add missing documentation on performs-write param Change-Id: Id1b7552b556fc87895efbe6542d8bfd13e10f341 --- M FlowActions.php 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Bsitu: Looks good to me, approved jenkins-bot: Verified diff --git a/FlowActions.php b/FlowActions.php index c527a67..81114a1 100644 --- a/FlowActions.php +++ b/FlowActions.php @@ -10,6 +10,8 @@ /** * Flow actions: key => value map with key being the action name. * The value consists of an array of these below keys (and appropriate values): + * * performs-write: Must be boolean true for any action that writes to the wiki. + * actions with this set will additionally require the core 'edit' permission. * * log_type: the Special:Log filter to save actions to. * * permissions: array of permissions, where each key is the existing post * state and value is the action required to execute the action. -- To view, visit https://gerrit.wikimedia.org/r/96541 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id1b7552b556fc87895efbe6542d8bfd13e10f341 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: EBernhardson <[email protected]> Gerrit-Reviewer: Bsitu <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
