Hey guys,
there is a big issue with this module: If drupal is in a subdirectory the files cannot be saved because the path is wrong. We (Drupal Usergroup Berlin) fixed that and now I'm trying to create the patch ;)
Yannick
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1164316.patch | 922 bytes | yannickoo |
Comments
Comment #1
yannickooThe patch is attached!
Yannick
Comment #2
dawehnerDoesn't Drupal.setttings.basePath already include "/"?
At least drupal.org does.
Powered by Dreditor.
Comment #3
guybedford commentedThanks for catching this one - yes the basePath already has the slash. So the patch should include
url: Drupal.settings.basePath + 'css/save'
I've incorporated this patch into the development release (as well as some other new features). It's on the nightly dev snapshot, so should hopefully display soon.
Comment #4
guybedford commentedThanks for the assistance, this has been fixed in the latest version
Comment #5
yannickooOh sorry, I forgot that. But yeah the issue is fixed! My second patch ;)