mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Merge "Explicitly declare title fields as optional"
This commit is contained in:
commit
382373fe62
|
@ -78,7 +78,8 @@ class AbuseFilterViewTestBatch extends AbuseFilterView {
|
|||
'type' => 'title',
|
||||
'label-message' => 'abusefilter-test-page',
|
||||
'default' => $this->mTestPage,
|
||||
'creatable' => true
|
||||
'creatable' => true,
|
||||
'required' => false
|
||||
];
|
||||
$formFields['wpShowNegative'] = [
|
||||
'name' => 'wpShowNegative',
|
||||
|
|
|
@ -169,6 +169,7 @@ class SpecialAbuseLog extends SpecialPage {
|
|||
'label-message' => 'abusefilter-log-search-title',
|
||||
'type' => 'title',
|
||||
'default' => $this->mSearchTitle,
|
||||
'required' => false
|
||||
],
|
||||
'SearchImpact' => [
|
||||
'label-message' => 'abusefilter-log-search-impact',
|
||||
|
|
Loading…
Reference in a new issue