Skip to content

Commit 3cea85a

Browse files
committed
fix(targetticket): empty dropdown for target ticket linking"
Signed-off-by: Thierry Bugier <[email protected]>
1 parent a8adc9d commit 3cea85a

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
@@ -229,6 +229,10 @@ public static function getEnumLocationRule() {
229229
];
230230
}
231231

232+
public function isEntityAssign() {
233+
return false;
234+
}
235+
232236
/**
233237
* get the associated form
234238
*/

0 commit comments

Comments
 (0)