You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the version released to grails central doesn't load the necessary coffee scripts to create/edit page content.
The offending line is in application.js on the master branch there is the line:
//= require_full_tree /spud/admin
but in the multisite_branch it is:
//= require_full_tree .
Changing the one line from /spud/admin to "." fixes it and allows it to load correctly. Not sure how to get a working version of this plugin available for download via grails central.
The text was updated successfully, but these errors were encountered:
It seems like the version released to grails central doesn't load the necessary coffee scripts to create/edit page content.
The offending line is in application.js on the master branch there is the line:
//= require_full_tree /spud/admin
but in the multisite_branch it is:
//= require_full_tree .
Changing the one line from /spud/admin to "." fixes it and allows it to load correctly. Not sure how to get a working version of this plugin available for download via grails central.
The text was updated successfully, but these errors were encountered: