Skip to content

Commit

Permalink
fix(targetticket): empty dropdown for target ticket linking"
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Feb 7, 2020
1 parent 490356e commit 79dd0bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ public static function getEnumLocationRule() {
];
}

public function isEntityAssign() {
return false;
}

/**
* get the associated form
*/
Expand Down

0 comments on commit 79dd0bc

Please sign in to comment.