You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LEFT JOIN glpi_plugin_formcreator_entityconfigs conf
273
275
ON ent.id = conf.id
@@ -307,36 +309,36 @@ protected function createNotifications() {
307
309
global$DB;
308
310
309
311
$notifications = [
310
-
'plugin_formcreator_form_created' => [
311
-
'name' => __('A form has been created', 'formcreator'),
312
-
'subject' => __('Your request has been saved', 'formcreator'),
313
-
'content' => __('Hi,\nYour request from GLPI has been successfully saved with number ##formcreator.request_id## and transmitted to the helpdesk team.\nYou can see your answers onto the following link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('A form need to be validate', 'formcreator'),
318
-
'subject' => __('A form from GLPI need to be validate', 'formcreator'),
319
-
'content' => __('Hi,\nA form from GLPI need to be validate and you have been choosen as the validator.\nYou can access it by clicking onto this link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('The form is refused', 'formcreator'),
324
-
'subject' => __('Your form has been refused by the validator', 'formcreator'),
325
-
'content' => __('Hi,\nWe are sorry to inform you that your form has been refused by the validator for the reason below:\n##formcreator.validation_comment##\n\nYou can still modify and resubmit it by clicking onto this link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('The form is accepted', 'formcreator'),
330
-
'subject' => __('Your form has been accepted by the validator', 'formcreator'),
331
-
'content' => __('Hi,\nWe are pleased to inform you that your form has been accepted by the validator.\nYour request will be considered soon.', 'formcreator'),
'name' => __('A form has been created', 'formcreator'),
314
+
'subject' => __('Your request has been saved', 'formcreator'),
315
+
'content' => __('Hi,\nYour request from GLPI has been successfully saved with number ##formcreator.request_id## and transmitted to the helpdesk team.\nYou can see your answers onto the following link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('A form need to be validate', 'formcreator'),
320
+
'subject' => __('A form from GLPI need to be validate', 'formcreator'),
321
+
'content' => __('Hi,\nA form from GLPI need to be validate and you have been choosen as the validator.\nYou can access it by clicking onto this link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('The form is refused', 'formcreator'),
326
+
'subject' => __('Your form has been refused by the validator', 'formcreator'),
327
+
'content' => __('Hi,\nWe are sorry to inform you that your form has been refused by the validator for the reason below:\n##formcreator.validation_comment##\n\nYou can still modify and resubmit it by clicking onto this link:\n##formcreator.validation_link##', 'formcreator'),
'name' => __('The form is accepted', 'formcreator'),
332
+
'subject' => __('Your form has been accepted by the validator', 'formcreator'),
333
+
'content' => __('Hi,\nWe are pleased to inform you that your form has been accepted by the validator.\nYour request will be considered soon.', 'formcreator'),
0 commit comments