snimavat / nimble

Nimble Security Grails Plugin
Other
15 stars 19 forks source link

"Edit user" screen is showing HTML tags instead of edit boxes #23

Closed JohnM1991 closed 11 years ago

JohnM1991 commented 11 years ago

nimble_user_edit

Fresh Nimble install. Some sort of an escaping issue, I presume.

Scenario:

Users -> press View on any user -> Press Edit -> Observe HTML tags visible

snimavat commented 11 years ago

Grails 2.3 specific issue. Related to fields plugin. Will fix it soon

JohnM1991 commented 11 years ago

Great; thanks for the quick response.

snimavat commented 11 years ago

Temporarily you can change grails.views.default.codec = "html" to grails.views.default.codec = "none" in Config.groovy and it will solve the issue.

JohnM1991 commented 11 years ago

Yes, that works, thanks.

snimavat commented 11 years ago

Fixed, You should no longer need to set grails.views.default.codec = "none" change it back to grails.views.default.codec = "html"