Uploaded image for project: 'Apache Fineract'
  1. Apache Fineract
  2. FINERACT-305

Dropdowns are using values directly from API instead of using translation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • None
    • None
    • None

    Description

      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.
      <select id="documentTypeId" ng-model="formData.documentTypeId"
      ng-options="documenttype.id as documenttype.name for documenttype in documenttypes" value="documenttype.id" required="required" class="form-control"></select>

      Attachments

        Activity

          People

            Unassigned Unassigned
            santoshmath Santosh Math
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: