Skip to content

Commit 8dae4e3

Browse files
committed
fix(targetticket): empty dropdown for target ticket linking"
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent 12b47b4 commit 8dae4e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/targetbase.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ public static function getEnumLocationRule() {
232232
];
233233
}
234234

235+
public function isEntityAssign() {
236+
return false;
237+
}
238+
235239
/**
236240
* get the associated form
237241
*/

0 commit comments

Comments
 (0)