You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2018/11/30 10:28:06 UTC

[GitHub] ShruthiRajaram commented on issue #493: FINERACT-632 Make description field non mandatory in saving product

ShruthiRajaram commented on issue #493: FINERACT-632 Make description field non mandatory in saving product
URL: https://github.com/apache/fineract/pull/493#issuecomment-443160523
 
 
   @m-sameer the solution proposed by you is working because by default an empty string is getting assigned to description field in SavingsProductAssembler. So this is not the right way to fix the issue. I would say a migration script should be written to alter the m_savings_product and make description field to accept the null value. Then in the SavingsProduct class make appropriate change. And on top of all these, change proposed by you should be applied.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services