Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

searchLink lacking in its interface for fields #43

Open
nabilshuja opened this issue Feb 23, 2021 · 0 comments
Open

searchLink lacking in its interface for fields #43

nabilshuja opened this issue Feb 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@nabilshuja
Copy link
Member

Options field has an unknown type as an argument of searchLink in model.controller, while it allows other fields to be passed within it, they are not well known. Which is why, we could include interface for options fields for arguments such as the ones below, as offered by frappe on the search_link cmd;

def search_link(doctype, txt, query=None, filters=None, page_length=20, searchfield=None, reference_doctype=None, ignore_user_permissions=False):
@assemmarwan assemmarwan added the enhancement New feature or request label Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants