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

CommentFileSizeAuthor
#2 setting_default_query-1574558-01.patch1.09 KBreszli

Comments

mototribe’s picture

a quick fix would be to hide those fields with css

reszli’s picture

StatusFileSize
new1.09 KB

+ 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

mortona2k’s picture

Status: Active » Reviewed & tested by the community

This is working, thank you.