Mateusz Kurek
Results
2
issues of
Mateusz Kurek
Why admin app has special treatment for breadcrumbs? In [breadcrumbs method](https://github.com/idlesign/django-sitetree/blob/v1.7.0/sitetree/sitetreeapp.py#L889) there is such piece of code: ``` current_item = self.get_tree_current_item(tree_alias) ``` `get_tree_current_item` returns `None` for admin app, which leads...
support
tests wanted
When `autoEscape` is set to true and (at least) one of the elements in `searchWords` array is regex, the following exception is raised: ``` TypeError str.replace is not a function...