[
https://issues.apache.org/jira/browse/SHINDIG-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner resolved SHINDIG-1190.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.1-BETA5
okay, resolved this by removing the if statement.
> userprefs don't get saved
> -------------------------
>
> Key: SHINDIG-1190
> URL: https://issues.apache.org/jira/browse/SHINDIG-1190
> Project: Shindig
> Issue Type: Bug
> Components: Javascript
> Reporter: Christiaan Hees
> Assignee: Paul Lindner
> Priority: Trivial
> Fix For: 1.1-BETA5
>
> Attachments: test.html
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> At shindig/javascript/container/gadgets.js:639 in the handleSaveUserPrefs it
> makes this check:
> if (input.type != 'hidden')
> I think this should actually be:
> if (input.type == 'hidden')
> cause at the moment it actually skips all the relevant fields which results
> in prefs being empty and thus not getting saved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.