r100686 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100685‎ | r100686 | r100687 >
Date:10:00, 25 October 2011
Author:ckepper
Status:ok (Comments)
Tags:
Comment:
fixed bug 31821 (Special:Book not allowing saving)
Modified paths:
  • /trunk/extensions/Collection/js/collection.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/js/collection.js
@@ -158,7 +158,7 @@
159159 return;
160160 }
161161 if (!$('#communityCollTitle').length || $('#personalCollType:checked').val()) {
162 - $('#personalCollTitle').attr('disabled', '');
 162+ $('#personalCollTitle').removeAttr('disabled');
163163 $('#communityCollTitle').attr('disabled', 'disabled');
164164 if (!$.trim($('#personalCollTitle').val())) {
165165 $('#saveButton').attr('disabled', 'disabled');

Sign-offs

UserFlagDate
Johnduhartinspected13:12, 25 October 2011

Follow-up revisions

RevisionCommit summaryAuthorDate
r1007601.18wmf1 MFT r100092, r100419, r100686, r100692reedy23:08, 25 October 2011

Comments

#Comment by Raymond (talk | contribs)   17:17, 25 October 2011

Adding tag 1.18wmf1 to deploy this bugfix soon

#Comment by G.Hagedorn (talk | contribs)   08:47, 26 October 2011

please consider tagging for 1.18

Status & tagging log