Details

    • Type: Feature Request
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Completed
    • Affects Version/s: None
    • Fix Version/s: CFA 2021R1
    • Component/s: None
    • Labels:
    • INF Reference Number:
      INF-12260

      Description

      Configuration
      • To display new User Preferences, under User icon >Settings > User Settings
        • Security Permission: Mobile > Settings - User Preferences - Can Access
      • To allow a manager to set a users language, there is no configuration required
      • To set languages to be displayed in MxC, set InUse = 1, in tblocalisation
        select * from tbLocalisation
        where InUse = 1
        
      • Users will display as having the Default Language, American English, being set, even if it is not set. In other words, when tbUser.CultureID = Null, user will use American English, even though that user is not explicitly assigned that Culture
        • The default CultureId is defined in tbSystem
      • It looks like we will need to add, and test a new Puerto Rico Locale (es-PR)
      // Setting fomrats for the culture that is to be used for PR Spanish
      // Update statement
      
      begin tran
      update tbLocalisation
      set
      	MobileShortDateFormat = 'D MMM YYYY',
      	MobileLongDateFormat = 'D MMM YYYY h:mm a',
      	MobileMediumDateFormat = 'ddd, D MMM YYYY',
      	MobileAbbrDateFormat = 'DD-MM'
      where
      	LocalisationID = 4
      --commit
      --rollback
      

      Ensure that:

      • A user has the ability to set their own language
      • An Operator/Manager has the ability to set a users language

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                jason.powell Jason Powell
                Reporter:
                will.englefield Will Englefield (Inactive)
              • Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  PagerDuty

                  Error rendering 'com.pagerduty.jira-server-plugin:PagerDuty'. Please contact your Jira administrators.