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

Breadcrumb links to nonexistent page in "add charge" #2769

Closed MYKatz closed 6 years ago

MYKatz commented 6 years ago

Description

The breadcrumb when adding a charge links to a 404 error.

Steps to Reproduce

Go to any client page -> "+ add charge" -> click on "view client" in the breadcrumb.

Expected Behaviour

Goes back to the client's page (viewclient/[id]), ex: /viewclient/42

Actual Behaviour

Goes to a nonexistent page, /viewclient/

Settings

Mifos X version: 17.07.01.RELEASE (cloned from this repository) Browser used: Google chrome

Screenshots, if any

Clicking on the circled link takes the user to a 404 page screenshot 47

mbj36 commented 6 years ago

GitMate.io thinks the contributors most likely able to help are @mbj36, and @ankit01ojha.

abhaychawla commented 6 years ago

I will work on this issue.