Hello.
When I go to /admin/settings/filters/customfilter/export and then choose one or more filters and press the Export button, I am taken to the page /admin/settings/customfilter/export/xml/1 but in fact this is just the Site Configuration page at /admin/settings. This doesn't seem right!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | customfilter.export.inc_.patch | 660 bytes | gustav |
Comments
Comment #1
gustav commentedThis is due to a typo in the URL. Just insert '/filters' before the '/customfilter' so that the URL has the form admin/settings/filters/customfilter/export/xml/$arg.
The attached patch fixes the file customfilter.export.inc so that it produces the correct URL
Comment #2
pillarsdotnet commentedThe patch works as advertised.
Comment #3
avpaderno+1
It works for me too.
Comment #4
avpadernoThis will be one of the first changes I will do to the code.
Comment #5
avpadernoThe issue has been fixed.
Thanks for your report, and help.