Skip to content

Commit

Permalink
Remove changes to faq module
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Sep 23, 2023
1 parent 2b5688f commit 1c7973e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions application/libraries/Ilch/Layout/Helper/Menu/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ protected function buildMenu(int $parentId, array $menuData, string $locale, arr
$aClasses[] = array_dot($options, 'menus.span-class');
}


$target = '';
$noopener = '';

Expand Down Expand Up @@ -297,8 +296,6 @@ protected function buildMenu(int $parentId, array $menuData, string $locale, arr
$subItemsHtml = '';
}



$html .= '<li' . $this->createClassAttribute($liClasses) . '>' . $contentHtml . '</li>' . $subItemsHtml;
}
}
Expand Down
3 changes: 0 additions & 3 deletions application/modules/faq/views/admin/cats/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
</thead>
<tbody>
<?php foreach ($cats as $cat) : ?>

<?php $faqs = $faqMapper->getFaqsByCatId($cat->getId()); ?>
<?php $countFaqs = count($faqMapper->getFaqsByCatId($cat->getId()) ?? []); ?>

<tr>
<td><?=$this->getDeleteCheckbox('check_cats', $cat->getId()) ?></td>
<td><?=$this->getEditIcon(['action' => 'treat', 'id' => $cat->getId()]) ?></td>
Expand Down

1 comment on commit 1c7973e

@blackcoder87
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Erstmal nichts. Wenn der PR nach dem Release von 2.1.53 gemerged ist bzw. am besten immer bevor du an etwas neuen arbeitest, müsstest du deinen Fork aktualisieren, sodass bei dir sowas steht (natürlich für das Ilch-Repo):
grafik

Meintest du das?

Please sign in to comment.