Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// On this example, changes will be applied over 'adminTaskGrid
// the value should be applied for Zf_configuration with name "runtimeOptions.frontend.defaultState.adminTaskGrid"
//example: column configuration with column order and hidden columns included
//NOTE: don't add the comments in your column configuration
{
   "columns":[
      {
         "id":"workflowStepName"
      },
      {
         "id":"taskName"
      },
      {
         "id":"taskGridActionColumn",
         "hidden":false,
         "flex":null
      },
      {
         "id":"customerId",
         "hidden":true
      },
      {
         "id":"taskNr",
         "hidden":true
      },
      {
         "id":"state"
      },
      {
         "id":"userState"
      },
      {
         "id":"userAssocDeadline"
      },
      {
         "id":"wordCount",
         "hidden":true
      },
      {
         "id":"segmentFinishCount"
      },
      {
         "id":"segmentCount"
      },
      {
         "id":"fileCount"
      },
      {
         "id":"relaisLang",
         "hidden":true
      },
      {
         "id":"referenceFiles",
         "hidden":true
      },
      {
         "id":"terminologie",
         "hidden":true
      },
      {
         "id":"sourceLang"
      },
      {
         "id":"userCount",
         "hidden":true
      },
      {
         "id":"taskassocColumn"
      },
      {
         "id":"targetLang"
      },
      {
         "id":"edit100PercentMatch",
         "hidden":true
      },
      {
         "id":"emptyTargets",
         "hidden":true
      },
      {
         "id":"lockLocked",
         "hidden":true
      },
      {
         "id":"pmName"
      },
      {
         "id":"orderdate"
      },
      {
         "id":"id",
         "hidden":true
      },
      {
         "id":"taskGuid",
         "hidden":true
      },
      {
         "id":"workflow",
         "hidden":true
      },
      {
         "id":"enableSourceEditing",
         "hidden":true
      }
   ]
}

Show help window for each tabular view


For each table view in translate5 (task overview, user administration, clients, editor and language resource) help page can be displayed automatically when the table view is opened. To configure this feature for the desired window, enter the configuration value below:

{"doNotShowAgain":false}

In the table bellow there is a table view help window to configuration mapping

Table viewZf_configuration name
CustomersruntimeOptions.frontend.defaultState.helpWindow.customeroverview
Task overviewruntimeOptions.frontend.defaultState.helpWindow.taskoverview
User administrationruntimeOptions.frontend.defaultState.helpWindow.useroverview
EditorruntimeOptions.frontend.defaultState.helpWindow.editor
Language resourcesruntimeOptions.frontend.defaultState.helpWindow.languageresource