Justin Miranda
Justin Miranda
[messages_pt.properties.txt](https://github.com/openboxes/openboxes/files/9617618/messages_pt.properties.txt)
Sigh. Thanks for the question. First of all i don't love the fact that we're stuck on Java 7 and have been trying to migrate to newer versions of Grails...
Yes, the plan is to implement new features with React and Bootstrap and slowly migrate the entire UI to use at least Bootstrap. See Roadmap (https://openboxes.com/roadmap). There's no android/ios app...
We don't have specific requirements at the moment, but we're developing a style guide as we go. Will try to share that when I get a chance. As you discovered,...
One option here is to override the custom date binder to provide support for multiple date formats. This feature already exists in Grails 2 and 3, but we could add...
A few other resources: * https://stackoverflow.com/questions/12088519/how-use-registercustomeditors-for-multiple-dates * https://stackoverflow.com/questions/2871977/binding-a-grails-date-from-params-in-a-controller
Best way to handle this until we migrate to Grails 3 (0.9.0) would probably to allow longs for timestamps.
thanks @chetanmaharishi. I'll review early next week.
@chetanmaharishi just pulled down this PR and it's working great. do you think there's an esay way to get this working without needing to create file on the filesystem i.e....
Thanks, @mdpearson. This was a proof of concept (WIP) that I asked Chetan to work on. I think he had issues with the maven dependency. My local version uses the...