[jira] [Updated] (FINERACT-305) Dropdowns are using values directly from API instead of using translation

2019-03-12 Thread Edward Cable (JIRA)


 [ 
https://issues.apache.org/jira/browse/FINERACT-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Cable updated FINERACT-305:
--
Labels: Volunteer gsoc p3  (was: gsoc p3)

> Dropdowns are using values directly from API instead of using translation
> -
>
> Key: FINERACT-305
> URL: https://issues.apache.org/jira/browse/FINERACT-305
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Santosh Math
>Assignee: Markus Geiss
>Priority: Minor
>  Labels: Volunteer, gsoc, p3
>
> Reported by  Chandrika at https://mifosforge.jira.com/browse/MIFOSX-2081
> Original Description:
> For example, the below dropdown uses documenttype.name from API (which is by 
> default in English language).Instead we should use 
> translate(documenttype.name) so that the values will be in sync with the 
> respective language selected by user.
>  ng-options="documenttype.id as documenttype.name for documenttype in 
> documenttypes" value="documenttype.id" required="required" 
> class="form-control">



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


[jira] [Updated] (FINERACT-305) Dropdowns are using values directly from API instead of using translation

2018-03-08 Thread Santosh Math (JIRA)

 [ 
https://issues.apache.org/jira/browse/FINERACT-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Santosh Math updated FINERACT-305:
--
Labels: gsoc p3  (was: p3)

> Dropdowns are using values directly from API instead of using translation
> -
>
> Key: FINERACT-305
> URL: https://issues.apache.org/jira/browse/FINERACT-305
> Project: Apache Fineract
>  Issue Type: Improvement
>Reporter: Santosh Math
>Assignee: Markus Geiss
>Priority: Minor
>  Labels: gsoc, p3
>
> Reported by  Chandrika at https://mifosforge.jira.com/browse/MIFOSX-2081
> Original Description:
> For example, the below dropdown uses documenttype.name from API (which is by 
> default in English language).Instead we should use 
> translate(documenttype.name) so that the values will be in sync with the 
> respective language selected by user.
>  ng-options="documenttype.id as documenttype.name for documenttype in 
> documenttypes" value="documenttype.id" required="required" 
> class="form-control">



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