I can confirm that this works. I use a graphical SQL front end and to directly 
access the DB and found this workaround some weeks back

Sent from my iPhone

> On 27 Jun 2020, at 23:54, Nikhil Pawar <nickr...@gmail.com> wrote:
> 
> 
> Hi Juan,
> 
> This is sql query to make database change in fineract_default schema, you 
> need to execute this in some mysql client IDE like mysql workbench. 
> 
> This would disable street field validation in backend.
> 
> Adding dev.
> 
> Regards,
> Nikhil 
> 
>> On Sat, Jun 27, 2020 at 6:43 PM Juan Manuel Hernández 
>> <fdominik...@gmail.com> wrote:
>> Hi Nikhil,
>> 
>> 
>> how I do this?  in which file?
>> 
>> Regards,
>> 
>>> El El dom, 28 jun 2020 a las 0:42, Nikhil Pawar <nickr...@gmail.com> 
>>> escribió:
>>> typo in sql, this is the correct one.
>>> UPDATE `m_field_configuration` SET is_mandatory = 0 WHERE FIELD = 'street';
>>> 
>>>> On Sat, Jun 27, 2020 at 6:39 PM Nikhil Pawar <nickr...@gmail.com> wrote:
>>>> https://github.com/apache/fineract/pull/1120 
>>>> Should Fix the issue.
>>>> 
>>>> If possible, revert the previous commit.
>>>>  
>>>> @RAHUL PAWAR  Please refer to the code changes in PR, I was referring to 
>>>> these changes.
>>>> and see if you can write any unit test case, if you have time - not on 
>>>> priority.
>>>> 
>>>> @Juan Manuel Hernández : if you want a quick work around before this PR 
>>>> gets merged, simply disable street field in configuration:
>>>> UPDATE `m_field_configuration` SET is_mandatory = 1 WHERE FIELD = 'street';
>>>> 
>>>> Regards,
>>>> Nikhil
>>>> 
>>>> 
>>>>> On Sat, Jun 27, 2020 at 5:48 PM Nikhil Pawar <nickr...@gmail.com> wrote:
>>>>> Was the PR tested? The issue is still there.
>>>>> 
>>>>>> On Fri, Jun 26, 2020 at 5:59 AM Saransh Sharma <sara...@muellners.org> 
>>>>>> wrote:
>>>>>> Ack 
>>>>>> 
>>>>>> We did it maybe down the week submitting PR. 
>>>>>> 
>>>>>>> On Tue, 23 Jun 2020, 08:01 Nikhil Pawar, <nickr...@gmail.com> wrote:
>>>>>>> ++ Fineract dev as change is required on Fineract side.
>>>>>>> 
>>>>>>>> On Mon, Jun 22, 2020 at 10:23 PM Nikhil Pawar <nickr...@gmail.com> 
>>>>>>>> wrote:
>>>>>>>> Ed,
>>>>>>>> 
>>>>>>>> I saw the community- app code,  Field 'Street' was removed, however 
>>>>>>>> corresponding changes in Fineract side were not done.
>>>>>>>> The author of the PR who made this change had brought this issue up 
>>>>>>>> but looks like we ignored it and merged the PR.
>>>>>>>> 
>>>>>>>> In the Fineract Field configuration Street is a mandatory field and 
>>>>>>>> since UI does not include this field in request, backend throws this 
>>>>>>>> validation exception.
>>>>>>>> 
>>>>>>>> @RAHUL PAWAR  if you have time, could you please pick this up. If no 
>>>>>>>> one picks up, I will try to send a PR this weekend.
>>>>>>>> 
>>>>>>>> Regards,
>>>>>>>> Nikhil
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> On Mon, Jun 22, 2020 at 5:05 PM Ed Cable <edca...@mifos.org> wrote:
>>>>>>>>> Juan Manuel,
>>>>>>>>> 
>>>>>>>>> I reported an issue at 
>>>>>>>>> https://issues.apache.org/jira/browse/FINERACT-1043
>>>>>>>>> 
>>>>>>>>> @manthansur...@gmail.com @Nikhil Pawar any thoughts?
>>>>>>>>> 
>>>>>>>>> Ed
>>>>>>>>> 
>>>>>>>>>> On Mon, Jun 22, 2020 at 12:52 PM Juan Manuel Hernández 
>>>>>>>>>> <fdominik...@gmail.com> wrote:
>>>>>>>>>> Hi All,
>>>>>>>>>> 
>>>>>>>>>> Does anyone know how to fix this?:
>>>>>>>>>> 
>>>>>>>>>> <Captura de pantalla 2020-06-22 a las 21.49.13.png>
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> <Captura de pantalla 2020-06-22 a las 21.49.36.png>
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> Regards,
>>>>>>>>>> 
>>>>>>>>>> Juan
>>>>>>>>> 
>> 
>>>>>>>>> 
>>>>>>>>> -- 
>>>>>>>>> Ed Cable
>>>>>>>>> President/CEO, Mifos Initiative
>>>>>>>>> edca...@mifos.org | Skype: edcable | Mobile: +1.484.477.8649
>>>>>>>>> 
>>>>>>>>> Collectively Creating a World of 3 Billion Maries | http://mifos.org  
>>>>>>>>> 

Reply via email to