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

       Web browser: ---
             Bug #: 35131
           Summary: Properties of type record output only the first record
                    of a unique datatype
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


If a property of type record has more than one field set to a type, eg:

Property:Test
[[has type::record]][[has fields::String; String]]
...
[[Test::Foo;Bar]]

the property set above will be output as Foo(Foo) rather than Foo(Bar), and
will also be displayed as such from queries to {{#ask}} and through
Special:SearchByProperty, etc. In a table view from {{#ask}} all columns which
derive from fields with the same datatype will display only the data from the
first field of it's type.

Altering the second field type to, for example, Page, so that it reads [[has
fields::String; Page]] will cause the property to be displayed correctly.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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