Small bug -- when image_import is enabled but the image import directory hasn't been set up, the status report page at /admin/reports/status displays a message that says "The import directory must be configured and exist in order for the Image import module to function."
The word "configured" links to /admin/settings/image_import but it should link to /admin/settings/image/image_import
I was going to create a patch but I couldn't find the link in the module or module contrib files. It does look like there's a similar erroneous link in image_import.module at the top, in the implementation of the help (line 11).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | image-HEAD.image-import-help.patch | 1.01 KB | sun |
Comments
Comment #1
sunThe first issue you mentioned should already be fixed in the latest development snapshot.
For the second issue, please test attached patch (which should display Image Import's help text on its settings page again).
Comment #2
sunCommitted.