From: Bartosz Dziewoński Date: Wed, 17 Jan 2018 16:41:46 +0000 (+0100) Subject: EditPage: Update Save/Publish button flag from 'constructive' to 'progressive' X-Git-Tag: 1.31.0-rc.0~887^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=656a2efcc2f4495b09a5d34b8980398690767db4;p=lhc%2Fweb%2Fwiklou.git EditPage: Update Save/Publish button flag from 'constructive' to 'progressive' OOUI 'constructive' flag was removed in OOUI v0.25.0. Change-Id: I751d45cca3919dcf67b79bc1de6a085ea018bf58 --- diff --git a/includes/EditPage.php b/includes/EditPage.php index a41e6d9177..62307b66c9 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -4405,7 +4405,7 @@ class EditPage { 'inputId' => 'wpSave', // Support: IE 6 – Use , otherwise it can't distinguish which button was clicked 'useInputTag' => true, - 'flags' => [ 'constructive', 'primary' ], + 'flags' => [ 'progressive', 'primary' ], 'label' => $buttonLabel, 'infusable' => true, 'type' => 'submit',