Oops, broke this in the most recent release.
Simple solution would be to reinsert the deleted code from finder_find_choices() but only execute that when $finder->base is 'node' or 'user'.
Also probably mark 'node' and 'user' finders as deprecated so people don't create new ones, and we reduce the support load.
bugger, that isn't a good plan, because that's the reason I made the change in the first place
Alright I've done it the proper way.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
danielb commentedSimple solution would be to reinsert the deleted code from finder_find_choices() but only execute that when $finder->base is 'node' or 'user'.
Also probably mark 'node' and 'user' finders as deprecated so people don't create new ones, and we reduce the support load.
Comment #2
danielb commentedbugger, that isn't a good plan, because that's the reason I made the change in the first place
Comment #3
danielb commentedAlright I've done it the proper way.