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

Preview should only be displayed only when the user fills the form. #2816

Closed ankit01ojha closed 6 years ago

ankit01ojha commented 6 years ago

Description

The preview should be displayed only when the user fills the form. Right now, it is displayed even if the user does not fill the form and only clicks on the preview from the progress bar.

Steps to Reproduce

Eg:- Admin>>Products>>Select any product (eg:- Loan products)>>Create>>click on the preview directly from the progress bar.

Expected Behaviour

Preview should be displayed if the user does not fill the form.

Actual Behaviour

Preview is displayed even if the user does not fill the form.

Settings

Screenshots, if any

screenshot at 2018-01-14 18 46 58

mbj36 commented 6 years ago

GitMate.io thinks the contributor most likely able to help you is @mbj36.

ankit01ojha commented 6 years ago

I am working on it.