Open bpavie opened 10 years ago
Hi Ben
Wondering why you are using grails-modaldx-test for grails 2.4 assets app ?
I have put in the description: grails modaldynamix plugin tester for resources based apps grails < 2.4 apps
Anyways there is another test project which I downloaded and upgraded from 2.4.0 to 2.4.4
https://github.com/vahidhedayati/testmodaldynamix
I have tested this
The changes required to a vanilla 2.4.4 install are:
https://github.com/vahidhedayati/testmodaldynamix/blob/master/grails-app/conf/BuildConfig.groovy
compile ":jquery-ui:1.10.3"
compile ":modaldynamix:0.12"
https://github.com/vahidhedayati/testmodaldynamix/blob/master/grails-app/views/layouts/main.gsp
<!-- Vahid load in bootstrap - if app has no bootstrap -->
<g:loadbootstrap/>
//= require jquery
//= require jquery-ui/js/jquery-ui-1.10.3.custom.min
I think that was all
I tried to run the code using grails 2.4.4 by update BuildConfig.groovy and applicationContext.xml wihout any success. Here is the diff:
But when I am running it, I still have some issues: