Bug 1031274 - Cannot update multiple bugs at once if you don't change a integer custom field
r=glob, a=glob git-svn-id: svn://10.0.0.236/trunk@265446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d3f1f3c3bb
commit
66af40f092
@ -1 +1 @@
|
||||
9069
|
||||
9070
|
||||
@ -1 +1 @@
|
||||
2a027a8f1ad01739e71d77ac89da00a2bf84f990
|
||||
5c775b2e0bb818686a3d140c8fdf851982e5a40f
|
||||
@ -41,7 +41,7 @@
|
||||
name="[% field.name FILTER html %]"
|
||||
value="[% value FILTER html %]" size="40"
|
||||
maxlength="[% constants.MAX_FREETEXT_LENGTH FILTER none %]"
|
||||
[% ' pattern="\d+"' IF field.type == constants.FIELD_TYPE_INTEGER %]
|
||||
[% IF field.type == constants.FIELD_TYPE_INTEGER %] pattern="\d+[% IF dontchange %]|[% dontchange FILTER html %][% END %]"' [% END %]
|
||||
[% ' aria-required="true" required' IF field.is_mandatory %]>
|
||||
[% CASE [constants.FIELD_TYPE_DATETIME, constants.FIELD_TYPE_DATE] %]
|
||||
[% size = (field.type == constants.FIELD_TYPE_DATE) ? 10 : 20 %]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user