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
312 stars 1.02k forks source link

Ability to edit and delete a note from Notes in client profile #2419

Closed MexinaD closed 6 years ago

MexinaD commented 7 years ago

For now you can only add a note but after that you can not edit or delete it. If it happens you want to correct the note you wrote, you will have to write another to correct the previous notes

It is better to have edit and delete functionality

gkrishnan724 commented 7 years ago

I'll work on this

santoshconflux commented 7 years ago

@gkrishnan724 , let me know whether it requires fix at Fineract side as well?

gkrishnan724 commented 7 years ago

@santoshmath No, I had a look at it. The API for deleting and updating is available. This just needs to be done in the front-end side

MYKatz commented 6 years ago

Hi, I fixed this a little while back: https://github.com/openMF/community-app/pull/2641