plomino / Plomino

Powerful and flexible web-based application builder
33 stars 37 forks source link

Unquote plus signs when reading input #768

Closed instification closed 8 years ago

instification commented 8 years ago

User Problem

Using plominoContext.getItem() on a temporary document, plus signs are not correctly interpreted as spaces.

e.g. if input is two words the value will be two+words

This does not happen on saved documents but I can't see how it gets correctly unquoted there.

This PR uses urllib.unquote_plus on submittedValue if the value is not empty.