ryancramerdesign / ProcessWire

Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://processwire.com
Other
727 stars 201 forks source link

ProcessProfile vs. Multilanguage Fields #2034

Closed kixe closed 8 years ago

kixe commented 8 years ago

I detected a strange behaviour with multilanguage fields in template user. If I try to edit field values via ProcessProfile, the input is not processed correctly.

This happens with any multilanguage text field. Tested with PW 3.0.18 and PW 3.0.33

I assume that ProcessProfile doesn't support multilanguage fields. Would be nice to have multilanguage support here too.

ryancramerdesign commented 8 years ago

I guess I hadn't considered use cases for multi-language fields in ProcessProfile before, but agree it would be nice to have. I've gone ahead and added it in the latest commit. Thanks.

kixe commented 8 years ago

Thank you for the fast implementation.

isellsoap commented 8 years ago

@kixe This issue seems to be fixed, thus I close it. If you think the issue isn’t fixed yet or requires additional work to do, please consider reopening it.

kixe commented 8 years ago

@isellsoap I assume it is fixed. No time to test and confirm.