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

Reskin&oldSkin: Improvement in the column name of Data tables #1821

Closed MexinaD closed 7 years ago

MexinaD commented 7 years ago

Also reported at https://mifosforge.jira.com/browse/MIFOSX-2826

The system when configuring Data tables, in the field of column name it does not allow some of the characters which it could be better to be allowed. For instance when you want to call your column "Mother's name" or "A/C No" the system through an error because of character ' and / I would suggest for the system to be able to allow other characters rather than alpha-numeric only.

datatable

gkrishnan724 commented 7 years ago

Hi, I believe this is a back end issue since form validations are done in the back-end. I guess this issue should be reported to Fineract. @mbj36 @Mastermaulik

mbj36 commented 7 years ago

@santoshmath

santoshconflux commented 7 years ago

@MexinaD , this issue is related to fineract and already raised here as reported by you. https://issues.apache.org/jira/browse/FINERACT-388

Closing here