https://bugzilla.wikimedia.org/show_bug.cgi?id=69647
--- Comment #1 from [email protected] --- Additional info: 1. Sets are not currently being used, as far as I know. 2. So in order to test this, you'll have to add (on localhost) the set parameter. For instance, in my <templdatedata> I have: "sets": [ { "label": "SomeIDs", "params": ["id", "rfc"] } ], 3. And then in the api, on Cite_journal/doc I get back: "sets": [ { "label": { "en-gb": "SomeIDs" }, "params": [ "id", "rfc" ] } ], 4. But in the api, on Cite_journal, I get back: "sets": [] Which is an empty array that is appended to what is returned from the api, since what the is retrieved from the database does not contain the sets parameter. -- 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
