https://bugzilla.wikimedia.org/show_bug.cgi?id=36309
Jaider Andrade Ferreira <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Jaider Andrade Ferreira <[email protected]> 2012-08-01 12:39:40 UTC --- (In reply to comment #0) > Hi. > > I have a string property that holds multiple values. If I do: > > {{#set:Access Codes={{{Codes|}}}}} > > The Access Codes property does not get set. Example {{{Codes|}}} string: > Parents/Carers required to stay, Accessible Toilet, Siblings Welcome, > Wheelchair Access > > This used to work with SMW 1.5.6 so it looks like this got broken in SMW > 1.18. It's a real pain as it looks like you cannot silently set using > arraymap using: > {{#arraymap:{{{Codes|}}}|,|xx|[[Access Codes::xx]]|}} > > Cheers > Neill. Did you try to use #set inside an #arraymap? Like this: {{#arraymap:{{{Codes|}}}|,|xx|{{#set:Access Codes=xx}}}} -- 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
