Jacob Rief

Results 514 comments of Jacob Rief

There is a fork of django-fsm: https://github.com/pfouque/django-fsm-2 which seems to be maintained. I am **strictly against using django-viewflow** for the very simple reason, that it is not compatible with MIT/BSD/Apache...

> One could redirect one level up to switch this off. I don't understand what you mean with this.

Thanks for adding this important missing piece to djangocms-versioning. I just tested this pull request, but there are some issues: * If an anonymous (or non-editing) user access a page...

In version 1.4 there is full support for dialog forms. There the use-case you're describing is not handled but it seems interesting enough to be implemented.

I will implement this soon. Have been busy with releasing version 1.4.

In version 1.4 the `Selectize` web component offers a getter and setter function for `value`. Please try them out.

Just find the original `HTMLSelectElement` in the DOM using `querySelector` or `getElementById`. Then you can just set and get its `value`. Internally this then is retrieved/applied to the TomSelect component,...

I'm glad that you ask. This feature has been implemented in version 1.5 – you may have a look at the `develop`-branch. There are still some issues in 1.5, hence...

I would have to step through with the debugger, but usually you would use the Bootstrap `Renderer` class to render your forms. And here https://github.com/jrief/django-formset/blob/e12c947a519ce84510b15df07030ac2c77df2a39/formset/renderers/bootstrap.py#L17C39-L17C66 the default template is mapped...

Can you please create a small example. Take the examples in `testapp` as blueprint.