You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/22 06:32:00 UTC

[jira] [Commented] (FINERACT-651) In Edit client page, not able to remove existing mobile number but able to edit it.

    [ https://issues.apache.org/jira/browse/FINERACT-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16658642#comment-16658642 ] 

ASF GitHub Bot commented on FINERACT-651:
-----------------------------------------

ShruthiRajaram closed pull request #475: FINERACT-651 unable to delete client mobile number
URL: https://github.com/apache/fineract/pull/475
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/Client.java b/fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/Client.java
index 1b1b3938b..ed4e0565b 100644
--- a/fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/Client.java
+++ b/fineract-provider/src/main/java/org/apache/fineract/portfolio/client/domain/Client.java
@@ -112,7 +112,7 @@
     @Column(name = "display_name", length = 100, nullable = false)
     private String displayName;
 
-    @Column(name = "mobile_no", length = 50, nullable = false, unique = true)
+    @Column(name = "mobile_no", length = 50, nullable = true, unique = true)
     private String mobileNo;
 	
 	@Column(name = "email_address", length = 50, unique = true)


 

----------------------------------------------------------------
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


> In Edit client page, not able to remove existing mobile number but able to edit it.
> -----------------------------------------------------------------------------------
>
>                 Key: FINERACT-651
>                 URL: https://issues.apache.org/jira/browse/FINERACT-651
>             Project: Apache Fineract
>          Issue Type: Improvement
>          Components: Client
>    Affects Versions: 1.1.0
>            Reporter: Santosh Math
>            Assignee: Shruthi  M R
>            Priority: Major
>             Fix For: 1.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)