Skip to content

Commit

Permalink
Fix visibility of Knowbase button (Search solution)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored and trasher committed Jun 12, 2024
1 parent bbbda4b commit d4a545d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<div class="col-12 col-xl-5 col-xxl-4 order-first order-md-last pe-0 pe-xxl-auto">
<div class="row">
{% if candedit %}
{% if can_read_kb %}
{% if can_read_kb and not nokb %}
{% set search_solution_button %}
<a href="{{ path('/front/knowbaseitem.php?item_itemtype=' ~ item.getType() ~ '&item_items_id=' ~ item.getID() ~ '&forcetab=Knowbase$1') }}"
class="btn btn-secondary overflow-hidden text-nowrap" type="submit"
Expand Down

0 comments on commit d4a545d

Please sign in to comment.