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

Pending entries filter does not show proper result. It is showing all records. #107

Closed
keval-gangani opened this issue Feb 12, 2017 · 1 comment

Comments

@keval-gangani
Copy link

Hi,

I'm trying to filter entries by pending records between particular dates but it is showing all records between dates. I found the issue. When I check url of the filter records, it has concatenated CashbookSearch[is_pending] flag twice with 0 & 1 query string values.

Ex. http://www.xyz.com/web/cashbook/index?CashbookSearch[start_date]=2016-10-01&CashbookSearch[end_date]=2017-02-28&CashbookSearch[type_id]=&CashbookSearch[category_id]=&CashbookSearch[value]=&CashbookSearch[description]=&CashbookSearch[is_pending]=0&CashbookSearch[is_pending]=1

@asanoturna
Copy link
Contributor

Hi,
My PR fix this filter

@gugoan gugoan closed this as completed in 741ee72 Feb 27, 2017
gugoan added a commit that referenced this issue Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants