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

            Bug ID: 70401
           Summary: Dropdown Input type is not picking up all property
                    values
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: SemanticForms
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Hi.

I'm running SF 3.0-alph rev 06dfc3f on MW 1.23.3 and SMW 1.9.2

I have the following District property set up:

This is a property of type [[Has type::Text]].

The allowed values for this property are:
* [[Allows value::All Hampshire]]
* [[Allows value::Outside Hampshire]]
* [[Allows value::Basingstoke and Deane]]
* [[Allows value::Fareham and Gosport]]
* [[Allows value::East Hants]]
* [[Allows value::Eastleigh]]
* [[Allows value::Hart and Rushmoor]]
* [[Allows value::Havant]]
* [[Allows value::New Forest]]
* [[Allows value::Portsmouth]]
* [[Allows value::Southampton]]
* [[Allows value::Test Valley]]
* [[Allows value::Winchester]]

In my template I have:
! District
| [[District::{{{District|}}}]] 

and in my form I have:
! District:
| {{{field|District|input type=dropdown|mandatory}}}

The dropdown does not list all the values. Southampton is missing and nothing I
try will get it to list.

I have tried:
{{{field|District|input type=dropdown|property=District|mandatory}}}
and
{{{field|District|input type=dropdown|values from
property=District|mandatory}}}

But Southampton still does not get listed.

I have not encountered this problem before and it works fine on an older
1.8.0.5/SF 2.6.1 instance.

Thanks

-- 
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