https://bugzilla.wikimedia.org/show_bug.cgi?id=22960

--- Comment #3 from Neill Mitchell <[email protected]> 2010-07-11 
10:24:37 UTC ---
Hi Yaron.

This is down to the Show on Select functionality. For example, if you have:

{| class="formtable"
! Title:
| {{{field|Title}}}
|-
! First Name:
| {{{field|First Name|mandatory}}}
|-
! Surname:
| {{{field|Surname|mandatory}}}
|}

{| class="formtable"
! Ethnic Origin:
| | {{{field|Ethnic Origin Group|default=Not Disclosed|show on 
select=White=>white;Black or Black 
British=>black;Mixed=>mixed;Chinese=>chinese;Asian or Asian 
British=>asian;Other=>other}}}
|}
<div id="white">
{| class="formtable"
!
| {{{field|Ethnic Origin|input type=checkboxes|no 
autocomplete|property=Ethnic White}}}
|}</div>
<div id="black">
{| class="formtable"
!
| {{{field|Ethnic Origin|input type=checkboxes|no 
autocomplete|property=Ethnic Black}}}
|}</div>

You can save the form even if first name or surname are left blank.

If I remove the show on select stuff it won't let you save if first name or
surname are left blank.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to