diff --git a/packages/ui-default/templates/partials/problem_search.html b/packages/ui-default/templates/partials/problem_search.html deleted file mode 100644 index f9dd588f..00000000 --- a/packages/ui-default/templates/partials/problem_search.html +++ /dev/null @@ -1,39 +0,0 @@ -{% set pinnedFilter = handler.domain.pinnedFilter|parseYaml %} -{% set categories = (handler.domain.problemCategories or model.system.get('problem.categories'))|parseYaml %} -
- {% for k, v in pinnedFilter %} -
- {{ k }}:    -
- {%- for name, t in v -%} - {% if name !== '__metadata__' %} - {{ name }} - {% endif %} - {%- endfor -%} -
-
- {% endfor %} -
- {{ _('Problem Category') }}:    - -
-
-
- {%- for category, sub_categories in categories -%} -
- {{ category }} - -
- {%- for sub_category in sub_categories -%} -
- {{ sub_category }} - -
- {%- endfor -%} - {%- endfor -%} -
-
-
-{% include "partials/problem_category_dialog.html" %} \ No newline at end of file diff --git a/packages/ui-default/templates/problem_main.html b/packages/ui-default/templates/problem_main.html index 839ae613..05cbb8d3 100644 --- a/packages/ui-default/templates/problem_main.html +++ b/packages/ui-default/templates/problem_main.html @@ -16,9 +16,6 @@ - {% if handler.domain.pinnedFilter %} - {% include "partials/problem_search.html" %} - {% endif %}
{% include "partials/problem_list.html" %}