Skip to content

Commit eec8012

Browse files
committed
fix(issue): rebuild of issues table
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 2e3beea commit eec8012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/issue.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static function cronSyncIssues(CronTask $task) {
7777
NULL AS `id`,
7878
CONCAT('f_',`fanswer`.`id`) AS `display_id`,
7979
`fanswer`.`id` AS `original_id`,
80-
'PluginFormcreatorFormAnswer' AS `sub_itemtype`,
80+
'PluginFormcreatorFormAnswer' AS `sub_itemtype`,
8181
`f`.`name` AS `name`,
8282
`fanswer`.`status` AS `status`,
8383
`fanswer`.`request_date` AS `date_creation`,
@@ -87,7 +87,7 @@ public static function cronSyncIssues(CronTask $task) {
8787
`fanswer`.`requester_id` AS `requester_id`,
8888
`fanswer`.`users_id_validator` AS `validator_id`,
8989
`fanswer`.`comment` AS `comment`
90-
FROM `glpi_plugin_formcreator_forms_answers` AS `fanswer`
90+
FROM `glpi_plugin_formcreator_formanswers` AS `fanswer`
9191
LEFT JOIN `glpi_plugin_formcreator_forms` AS `f`
9292
ON`f`.`id` = `fanswer`.`plugin_formcreator_forms_id`
9393
LEFT JOIN `glpi_items_tickets` AS `itic`

0 commit comments

Comments
 (0)