Hi, this is a great plugin and it does exactly what I've been looking for. I am wondering if there is a way to create a default query and hide the input option when it's run manually. For the most part, once I'm finished setting everything up, this should run on it's own in the background and the user will never have to touch it. However, if they do have to manually run it, I'd like them to just be able to push a button without having to input a query or select a database. Is this possible?
Thanks,
Cristina
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | setting_default_query-1574558-01.patch | 1.09 KB | reszli |
Comments
Comment #1
mototribe commenteda quick fix would be to hide those fields with css
Comment #2
reszli+ I changed the import form to always use the query from the fetcher settings instead of the last used query
+ an extension would be to put the whole field in a collapsed fieldset
Comment #3
mortona2k commentedThis is working, thank you.