-
TermLink.index stores the index and the side in the same array.
This is a problem for understanding the code and a big potential source of bugs because there is no distinction between the side and …
-
The TabWidget's use case is not entirely clear. It can be seen as a special case for the **MetadataWidget**.
If we hide the term label, description, and iri in MetadataWidget, it becomes a TabWidget.…
-
When I run `test` in this project, I see two `bug` traces that say `"pure code can't perform I/O"`. That would be fine if I just needed to remove some IO from my tests, but ... it also says that all o…
-
We have spots where we render insanely lengthy links. It'd be great if we could use something like https://github.com/savioxavier/termlink to render more readable hyperlinks.
Here's an example of s…
-
Initializing regular expressions over and over again takes almost 20% of concept generation time, not mentioning additional work for the garbage collector. Some easy improvement to do here, I guess.
…
-
Im using Jetsmartfilter on main shop page to filter products grid .
by opening single product page and select category on breadcump link....
permalink redirect goes to : /sitename/product-category/…
-
### Background
TC211&OSGeo have something like:
```html
{{ localized_term.definition | escape }}
```
Whereas IEV has:
```html
{{ localized_term.definition | escape | asciidocify | ascii…
-
In this problem we will take the example of [cardealer](https://demo.crocoblock.com/cardealer/)
![taxonomies](https://user-images.githubusercontent.com/82481592/119990794-0e0d0c80-bfc9-11eb-97a5-04…
-
Note: This bug was originally filed by @alvaroc1 thinking that he had found a parser error, he realized his mistake was referring to a type name instead of a constructor name, and closed. I'm re-openi…
-
Hi,
I have found an issue. When you set a taxonomy and try update later, the right box is showing blank. When I updated the taxonomy item, it save a empty value in database.I just change one line on …