Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Nov 19, 2024
1 parent 568aad3 commit f76c712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/FormFactory/ManageWikiFormFactoryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ private static function buildDescriptorPermissions(
'label-message' => 'managewiki-permissions-rename-text',
'help-message' => 'managewiki-permissions-rename-help',
'disable-if' => [ '===', 'wpdelete-checkbox', '1' ],
'hide-if' => [ '===', 'rename-checkbox', '0' ],
'hide-if' => [ '!==', 'rename-checkbox', '1' ],
'validation-callback' => function ( $input ) {
return self::validateNewGroupName( $input );
},
Expand Down

0 comments on commit f76c712

Please sign in to comment.