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

       Web browser: ---
             Bug #: 30482
           Summary: Type can only be used once in multi value property
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


When adding a property (named: "Has old name") with the following code:

[[has type::Record]]
[[has fields::Page; Date; Date; String]]

and in a page adding the following code:

[[Has old name:: Mary; 12 August 2011; 13 August 2011; test]]

The result is:

Mary (12 August 2011, 12 August 2011, test)

In this case, the two dates are the same. If I change the code to:

[[has fields::Page; Date; Date; String]]

to:

[[has fields::Page; Date; Date; Page]]

The result will be:

Mary (12 August 2011, 12 August 2011, Mary)

I've tested this at my own (dutch) installation as well in the semantic
mediawiki sandbox. Results are the same.


I really need 2 dates in this record ;)

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