We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317c4da commit 01d0816Copy full SHA for 01d0816
1 file changed
setup.php
@@ -196,8 +196,8 @@ function plugin_init_formcreator() {
196
// When an issue has a single target ticket
197
$issue = new PluginFormcreatorIssue();
198
$issue->getFromDBByCrit([
199
- 'sub_itemtype' => Ticket::class,
200
- 'original_id' => (int) $_GET['id']
+ 'itemtype' => Ticket::class,
+ 'items_id' => (int) $_GET['id']
201
]);
202
if (!$issue->isNewItem()) {
203
Html::redirect($issue->getFormURLWithID($issue->getID()) . $openItilFollowup);
0 commit comments