Stefan van den Eertwegh
Stefan van den Eertwegh
I have a working setup. I have this in my setting: ``` HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.elasticsearch7_backend.Elasticsearch7SearchEngine', 'URL': 'http://127.0.0.1:9200/', 'INDEX_NAME': 'site-haystack', }, } ``` Using: - django-haystack==3.1.1 -...
Problem is still. When i choose icon left and/or icon-right when using bootstrap-link plugin and save plugin. It renders the link and all of it options except no icon: ``````...
@fsbraun But now you'l break icon plugin. With an if else it is solved. ``` {% if icon_class %}{{ icon_class }}{% else %}{{instance.icon }} {% endif %}```
Same problem here. Any updates?
@yakky Can this feature be merged?
I have the same problem. With redirect to cms page empty form occurs.
This is still a problem..
Or has it something to do with the djangocms-cascade plugins who i believe are saved in jsonfield?
IMHO this is fixed in oscar 3.2.4..
I've upgraded the dashboard to bs5. If you'd interested i'l show you.