09-15-2016, 06:44 PM
Pages: 1 2
09-16-2016, 08:46 AM
I suppose you saw the wiki article about how to make these emails work with worflows
http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails
at the beginning of that article you can see where the hard coded emails are created, look in the code to see what variables they use and then modify those strings in HelpDesk/language file
in short: the translation strings are in HelpDesk/language files
http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails
at the beginning of that article you can see where the hard coded emails are created, look in the code to see what variables they use and then modify those strings in HelpDesk/language file
in short: the translation strings are in HelpDesk/language files
09-16-2016, 08:46 AM
You can also open a thread with the problems you are having with the workflows
09-16-2016, 12:09 PM
Yes, but
1) In translate file are text in portuguese, but email is sending always in english
2) Not is possible edit a email text, in workflow ( task ) not show this screen for translate ( with your documentation ) ( same in demo on line )
1) In translate file are text in portuguese, but email is sending always in english
2) Not is possible edit a email text, in workflow ( task ) not show this screen for translate ( with your documentation ) ( same in demo on line )
09-17-2016, 09:14 AM
please paste here a copy of the email that is not translating and also of the screen that you can't edit.
note that cron emails are sent using the admin user so the application may be using the admin user settings for the language: make sure your admin user has the correct language and try again.
note that cron emails are sent using the admin user so the application may be using the admin user settings for the language: make sure your admin user has the correct language and try again.
09-17-2016, 10:09 PM
there is
09-18-2016, 07:30 AM
That email is constructed here:
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L206
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L222
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L225
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDesk.php#L701
a quick look and it seems that everything is translated except maybe the values of the picklists themselves. Is that what you are referring to?
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L206
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L222
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDeskHandler.php#L225
https://github.com/tsolucio/corebos/blob/master/modules/HelpDesk/HelpDesk.php#L701
a quick look and it seems that everything is translated except maybe the values of the picklists themselves. Is that what you are referring to?
09-18-2016, 11:22 AM
As I understand it, I should be able to edit the email the workflow, right? most have no edit button, that I showed in print.
Print email sent ( all labels and field is english )
Print email sent ( all labels and field is english )
09-18-2016, 01:59 PM
The default emails sent by the ticketing system are hard code, they cannot be changed from the GUI, they are mostly translated depending on the admin user's language setting.
If you don't like the hard coded emails, you can deactivate them in the workflows and add your own workflows to send out the emails with whatever contents you need.
This article explains how to substitute the existing hard coded logic with workflows that you create: http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails
If you don't like the hard coded emails, you can deactivate them in the workflows and add your own workflows to send out the emails with whatever contents you need.
This article explains how to substitute the existing hard coded logic with workflows that you create: http://corebos.org/documentation/doku.php?id=en:helpdesk:notificationemails
09-18-2016, 03:43 PM
I supposed that.
But documentation, confuse me, like it would be possible to edit the notification
Today, coreBOS, inherited vtiger code, there are:
1) email templates admin user can created and send thru workflow, for example ( or use in webmail internal );
2) email system templates ( like a send portal password ) editable thru admin user and in use in system;
3) email sent at hard coded.
Why don't padronization all at email portal password ( item 2 ) ?
But documentation, confuse me, like it would be possible to edit the notification
Today, coreBOS, inherited vtiger code, there are:
1) email templates admin user can created and send thru workflow, for example ( or use in webmail internal );
2) email system templates ( like a send portal password ) editable thru admin user and in use in system;
3) email sent at hard coded.
Why don't padronization all at email portal password ( item 2 ) ?
Pages: 1 2