CoreBOSBB
[solved] error on try create a new workflow - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [solved] error on try create a new workflow (/showthread.php?tid=1109)



[solved] error on try create a new workflow - rslemer - 05-23-2018

PHP Notice:  Undefined index: LBL_SET_DATE in /Smarty/templates_c/3dfd3e3a3c52d4cea8d963031033383a68252366_0.file.EditWorkflowTriggerTypes.tpl.php on line 176, referer: http:///index.php?module=com_vtiger_workflow&action=workflowlist&list_module=Leads


RE: error on try create a new workflow - joebordes - 05-24-2018

should be fixed: https://github.com/tsolucio/corebos/commit/d7440b98b533355567d297dedbfe32cee1535171

I added the labels:

'LBL_EVENTNAME' => 'Event Name',
'LBL_DESCRIPTION' => 'Description',
'LBL_STATUS' => 'Status',
'LBL_TYPE' => 'Type',
'LBL_START_TIME' => 'Start Time',
'LBL_START_DATE' => 'Start Date',
'LBL_END_TIME' => 'End Time',
'LBL_END_DATE' => 'End Date',
'LBL_SET_DATE' => 'Set Date',
'LBL_AFTER' => 'After',
'LBL_BEFORE' => 'Before',
'LBL_DAYS' => 'days',


RE: error on try create a new workflow - rslemer - 05-24-2018

updated

I think this is correct


RE: error on try create a new workflow - joebordes - 05-24-2018

you didn't update the file before translating. the new labels are missing from the file


RE: error on try create a new workflow - rslemer - 05-24-2018

oh ... sorry, you are right !

system shows a error message ..


RE: error on try create a new workflow - joebordes - 05-24-2018

make sure you updated correctly as I do not get any error message


RE: error on try create a new workflow - rslemer - 05-24-2018

how i forced git execute again?
git response
Already up-to-date.

Solved when downgrade to php 7.1