Skip to content

Commit

Permalink
fix(targetchange,targetticket): no order column for those types
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Jun 5, 2020
1 parent 0d989b3 commit adb70b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion inc/targetchange.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ public function getTargetChangesForForm($formId) {
'WHERE' => [
'plugin_formcreator_forms_id' => $formId
],
'ORDER' => 'order ASC'
]);
foreach ($rows as $row) {
$target = new self();
Expand Down
1 change: 0 additions & 1 deletion inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ public function getTargetTicketsForForm($formId) {
'WHERE' => [
'plugin_formcreator_forms_id' => $formId
],
'ORDER' => 'order ASC'
]);
foreach ($rows as $row) {
$target = new self();
Expand Down

0 comments on commit adb70b3

Please sign in to comment.