Menu

#549 **splash_trigger_workflow**

6.1.0
open
None
bug
2022-12-06
2022-12-06
Mee
No

During my workflow a green splash screen with **splash_trigger_workflow** is shown for some seconds (see attached). Is this text intended?

1 Attachments

Discussion

  • Uwe Steinmann

    Uwe Steinmann - 2022-12-06

    Looks like your installation is missing any translation of that key. Are you using the latest version of SeedDMS?

     
  • Mee

    Mee - 2022-12-06

    Hi Uwe,

    thanks for following up so quickly. I am using the latest seeddms-quickstart-6.0.21.tar.gz - can I check whether the translation is actually missing?

     
  • Uwe Steinmann

    Uwe Steinmann - 2022-12-06

    All translations are in directory languages.
    grep -r splash_trigger_workflow languages
    should find it. This specific translation is used in op/op.TriggerWorkflow.php

     
  • Mee

    Mee - 2022-12-06

    Isn't there something missing?

    admin@NAS /share/Web/dms/seeddms # grep -r splash_trigger_workflow languages
    languages/bg_BG/lang.inc:'splash_trigger_workflow' => '',
    languages/ar_EG/lang.inc:'splash_trigger_workflow' => 'تفعيل سير العمل',
    languages/de_DE/lang.inc:'splash_trigger_workflow' => '',
    languages/tr_TR/lang.inc:'splash_trigger_workflow' => '',
    languages/zh_TW/lang.inc:'splash_trigger_workflow' => '觸發工作流程過渡',
    languages/id_ID/lang.inc:'splash_trigger_workflow' => '',
    languages/ru_RU/lang.inc:'splash_trigger_workflow' => '',
    languages/ca_ES/lang.inc:'splash_trigger_workflow' => '',
    languages/zh_CN/lang.inc:'splash_trigger_workflow' => '触发工作流过渡',
    languages/fr_FR/lang.inc:'splash_trigger_workflow' => 'Transition de workflow déclenchée',
    languages/el_GR/lang.inc:'splash_trigger_workflow' => '',
    languages/nl_NL/lang.inc:'splash_trigger_workflow' => 'Triggered transition van de workflow',
    languages/hu_HU/lang.inc:'splash_trigger_workflow' => '',
    languages/sv_SE/lang.inc:'splash_trigger_workflow' => '',
    languages/pt_BR/lang.inc:'splash_trigger_workflow' => 'Acionada transição do fluxo de trabalho',
    languages/uk_UA/lang.inc:'splash_trigger_workflow' => '',
    languages/es_ES/lang.inc:'splash_trigger_workflow' => '',
    languages/it_IT/lang.inc:'splash_trigger_workflow' => 'Attivata transizione del flusso di lavoro',
    languages/cs_CZ/lang.inc:'splash_trigger_workflow' => 'Spuštěn přechod workflow',
    languages/en_GB/lang.inc:'splash_trigger_workflow' => 'Triggered transition of workflow',
    languages/hr_HR/lang.inc:'splash_trigger_workflow' => '',
    languages/ro_RO/lang.inc:'splash_trigger_workflow' => '',
    languages/ko_KR/lang.inc:'splash_trigger_workflow' => '',
    languages/sk_SK/lang.inc:'splash_trigger_workflow' => '',
    languages/pl_PL/lang.inc:'splash_trigger_workflow' => 'Wyzwalane przejście przepływu pracy',
    languages/lo_LA/lang.inc:'splash_trigger_workflow' => '',
    languages/nb_NO/lang.inc:'splash_trigger_workflow' => 'Utløst overgang av arbeidsflyt',
    
     

    Last edit: Mee 2022-12-06
  • Uwe Steinmann

    Uwe Steinmann - 2022-12-06

    Looks perfect. There are missing translations, but that's not a problem. Check if op/op.TriggerWorkflow.php contains splash_trigger_workflow
    I assume there is some minor typo in it. Something you don't see at first sight.

     
  • Mee

    Mee - 2022-12-06
    admin@NAS /share/Web/dms/seeddms/op # grep -r splash_trigger_workflow op.TriggerWorkflow.php
            $session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_trigger_workflow')));
    

    I only identified one occurrence and it looks fine to me...

     

Log in to post a comment.