-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails 3.x version #33
Comments
IS there plan to upgrade the plugin to grails 3 officially ? -- or i can branch it, put efforts to upgrade and release a grails 3 version myself ? |
Hi, we're currently not putting more efforts into the plugin but I would love to help if someone is committed to migrate it to version 3.x I think there are several challenges because a lot has changed. |
I would be happy to migrate the plugin to grails 3... i will keep u updated of progress. |
@Alotor i got the basic functionality working with grails 3 -- here's my branch - you should be able to do grails run-app and test it with grails 3.2.4 -- https://github.com/snimavat/grails-admin-interface/tree/grails3 I will be working on it to get it working properly with grails 3, and i have plan to refactor few things, make it lil more customizable and add few new features Right now i am testing it with hibernate, but will remove the hibernate dep once i am done |
@Alotor there's one javascript file missing grails-admin/js/widgets/relationpopup.js and browser complains about that, does this file even expected to exist ? i think it needs to be removed from widget js ? |
Thanks a lot! I'll try to check this today. The script missing was replaced when we separated the relationship in several widgets. The first version there was only "one to many" relationships (if memory serves) and then we created one for each type. |
@snimavat can you open a Pull Request so I can comment and push my own changes? Looks very prominsing but I've found some issues with the static resources. Moving them to |
@Alotor do you have plan to maintain and ehance the plugin ? Otherwise i can publish the new version from my repo and i have plan to support and maintain it for a long time. |
@edwardotis i have one package published here, the source is in my fork. No, i have not made changed to static resources... Note: even though the plugin would work with grails 3 (i tried it, works almost, but could be some bugs).. i dont plan to maintain it forever.... but if u want to start working on it, start with my fork and u should have a working grails 3 version |
Thanks, I'll see how it works with my domains and use cases |
@snimavat The dependency is not resolving with my usual repos .
And:
|
You need to add maven repo
|
PR done |
Thanks, that fixed the dependency issue for me. That additional repo requirement might be good to add to the README |
@snimavat Hi, I'm getting 500 errors when I navigate to the /admin, /admin/list/some-domain, and /admin/add/some-domain. Can you enable Issues on your fork so I can post the stacktraces? |
ok |
The plugin has been very useful with grails 2.
Is there a grails 3 version on the roadmap?
The text was updated successfully, but these errors were encountered: