Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-2200

Fix wrong config defaults in configuration table

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • None
    • Installation & Update
    • High
    • Hide
      Note the users about the value changes of:
      runtimeOptions.customers.anonymizeUsers and runtimeOptions.tbx.defaultTermAttributeStatus
      Show
      Note the users about the value changes of: runtimeOptions.customers.anonymizeUsers and runtimeOptions.tbx.defaultTermAttributeStatus

      The following config values have wrong default values in our SQL templates:

      *************************** 1. row ***************************
           id: 37
         name: runtimeOptions.extJs.cssFile
        value: /build/classic/theme-triton/resources/theme-triton-all.css
      default: /build/classic/theme-classic/resources/theme-classic-all.css
      *************************** 2. row ***************************
           id: 64
         name: runtimeOptions.import.enableSourceEditing
        value: 1
      default: 0
      *************************** 3. row ***************************
           id: 65
         name: runtimeOptions.import.keepFilesOnError
        value: 1
      default: 0
      *************************** 7. row ***************************
           id: 135
         name: runtimeOptions.termTagger.url.default
        value: ["http://localhost:9001"]
      default: ["http://localhost:9001","http://localhost:9002"]
      *************************** 8. row ***************************
           id: 136
         name: runtimeOptions.termTagger.url.import
        value: ["http://localhost:9001"]
      default: ["http://localhost:9001","http://localhost:9002"]
      *************************** 9. row ***************************
           id: 137
         name: runtimeOptions.termTagger.url.gui
        value: ["http://localhost:9001"]
      default: ["http://localhost:9003"]
      *************************** 16. row ***************************
           id: 232
         name: runtimeOptions.plugins.SpellCheck.languagetool.api.baseurl
        value: http://yourlanguagetooldomain:8081/v2
      default: http://yourlanguagetooldomain/api/v2
      *************************** 17. row ***************************
           id: 235
         name: runtimeOptions.InstantTranslate.minMatchRateBorder
        value: 
      default: 50
      *************************** 18. row ***************************
           id: 236
         name: runtimeOptions.LanguageResources.sdllanguagecloud.server
        value: ["https://lc-api.sdl.com/"]
      default: 
      *************************** 19. row ***************************
           id: 247
         name: runtimeOptions.lengthRestriction.pixelMapping
        value: {"8":"7", "9":"8", "10":"9", "11":"10", "12":"11", "13":"12", "14":"13", "15":"14", "16":"15", "17":"16", "18":"25", "19":"18", "20":"26", "24":"31", "54":"48", "70": "42", "96": "56"}
      default: {"8":"7", "9":"8", "10":"9", "11":"10", "12":"11", "13":"12", "14":"13", "15":"14", "16":"15", "17":"16", "18":"17", "19":"18", "20":"19"}
      *************************** 20. row ***************************
           id: 254
         name: runtimeOptions.frontend.tasklist.pmMailTo
        value: 0
      default: 1
      *************************** 21. row ***************************
           id: 256
         name: runtimeOptions.LanguageResources.microsoft.apiUrl
        value: 
      default: https://api.cognitive.microsofttranslator.com
      *************************** 22. row ***************************
           id: 260
         name: runtimeOptions.customers.anonymizeUsers
        value: 1
      default: 0
      *************************** 23. row ***************************
           id: 262
         name: runtimeOptions.tbx.defaultTermAttributeStatus
        value: 
      default: finalized
      *************************** 24. row ***************************
           id: 269
         name: runtimeOptions.editor.notification.userListColumns
        value: ["surName","firstName","email","role","state","deadlineDate"]
      default: ["surName","firstName","login","email","role","state"]
      *************************** 32. row ***************************
           id: 340
         name: runtimeOptions.plugins.PangeaMt.server
        value: ["http://prod.pangeamt.com:8080"]
      default: []
      

      In all mentioned config values the default should be set to the current value, expect for:
      runtimeOptions.customers.anonymizeUsers and runtimeOptions.tbx.defaultTermAttributeStatus here the value should be set to the default.

      The last two changes should be communicated to the users via important release notes.

            marcmittag Marc Mittag [Administrator]
            tlauria Thomas Lauria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: