openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Unable to filter data, missing pagination in Reschedule Loan #2846

Closed abhaychawla closed 6 years ago

abhaychawla commented 6 years ago

Description

The Filter by Name field isn't working in Reschedule Loan Section of Checker Inbox and Tasks. Also, complete data is not being shown due to missing pagination.

Steps to Reproduce

In the navigation bar present on the left, click Checker Inbox and Tasks -> Reschedule Loan Try typing something in the filter by name text field. Data is not filtered. Complete data is not being shown as pagination is missing.

Expected Behaviour

The data should be filtered according to text present in the filter by name text field. Also, complete data should be visible via pagination as in other sections of Checker Inbox and Tasks.

Actual Behaviour

The data is not being filtered according to text present in the filter by name text field and complete data is not visible due to missing pagination.

Settings

Screenshots, if any

screenshot 217

abhaychawla commented 6 years ago

I'll work on this issue.