openMF / web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.
https://openmf.github.io/web-app/
Mozilla Public License 2.0
226 stars 511 forks source link

Support JSON object on UI #1895

Closed peter-santa-dpc closed 9 months ago

peter-santa-dpc commented 10 months ago

Background It is now supported by Fineract, to store JSON typed object in a Postgres DB field of a data table

Currently the UI shows [object Object] instead of the data.

Goal The UI should show a formatted JSON.

PC-11-00 commented 9 months ago

Closing as it is completed