Scott Murphy
Scott Murphy
If I delete the simulator here: https://appleid.apple.com/account/manage then erase all content and settings on simulator then deploy the app again, it works.
It sounds like simply upgrading to Groovy 4.x will also solve this issue.
I think this is related to this? https://github.com/grails/gorm-hibernate5/issues/146
Not sure why you are formatting a number for an input value? I would think it would be best to change this `attrs.value = numberFormatter.format(propertyAccessor.value)` to `attrs.value = propertyAccessor.value` https://github.com/grails-fields-plugin/grails-fields/blob/master/grails-app/taglib/grails/plugin/formfields/FormFieldsTagLib.groovy#L729...
Hi Ryan, Thanks for identifying `grails.plugin.fields.localizeNumbers = false` That got my forms working again. I don't have a bias on whether is should be true or false, but in any...
I imagine it is a fairly simple fix as g:link tags support the namespace property and you simply need to change `${c.fullName}` to `${c.fullName}` If the controller has no namespace,...
https://github.com/grails/grails-core/issues/10819
If there is no plan in place to fix g:sortableColumn, this plugin should be updated to not use g:sortableColumn in table generation. I would recommend just not allowing the user...
https://github.com/grails-fields-plugin/grails-fields/blob/master/grails-app/views/templates/_fields/_table.gsp if the template passes the namespace to the g:sortableColumn, everything works fine except non namespace resources (which do not work either way). Interestingly enough, adding namespace makes namespaced resources...
Refresh has no impact. Interestingly, it will work in an incognito window. Strange, I just tested 3.3.9 and it doesn't work either so I guess this isn't related to Grails...