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

--- Comment #4 from Gary Rodgers <[email protected]> ---
I think you are right. My example is (sorry, forgot to post it in this bug!
Noob)

{{#formlink:form=Book Entry|link text=Add a Book|link
type=button|query string=Book[Title]={{PAGENAME}}}}

with this in the form

! Book Title
|{{{field|Title}}}

and I was seeing the same problem - this was showing in the saved field
[[Title::Hydrogen Sonata, Iain M. Banks]]

I tried the suggested urlencode trick (after being advised to install the
string functions extension first!)

{{#formlink:form=Book Entry|link text=Add a Book|link
type=button|query string={{#urlencode:Book[Title]={{PAGENAME}}}}}}

and it now works. So I concur, if bug 44104 is fixed then this problem would
not occur.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to