Uroš Trstenjak
Uroš Trstenjak
@JohannesPertl I'll do my best to sort this out as soon as possible.
@aathlan As you already found out the message is always prepended to the body when asyncSetting is used. This is a great idea for enhancement, since it extends the options...
@xR0M30x I would once again ask (#128, #41) if you get this error when you clone repository and run the examples? You should just use proper libraries and everything should...
@yunenliu Nice work. I'll check it out and accept it as soon as possible. Most probably in coming weekend.
@mbacicc `Uncaught TypeError: $(...).modalForm is not a function` error means that you didn't load django-bootstrap-modal forms js properly. See Installation section in readme https://github.com/trco/django-bootstrap-modal-forms#installation. I would say that the problem...
@kpdebree Following line in .js of django-bootstrap-modal-forms should rerender your table https://github.com/trco/django-bootstrap-modal-forms/blob/master/bootstrap_modal_forms/static/js/jquery.bootstrap.modal.forms.js#L89. Element with `dataElementId` should be filled with string you prepare with separate view like in package examples https://github.com/trco/django-bootstrap-modal-forms/blob/master/examples/views.py#L99....
@Nielssie @mailtodaman Unfortunately I don't have time to work on this package. It could take me a month or two to get back on track here. If any of you...
@barslmn Do I understand correctly that you aim for dropdowns with different options in the single column? If this is correct, how do you define which model instance gets which...
Closed with #216.
This potential issue needs a clear steps to reproduce it. It would be optimal to prepare a public repo showing this issue. Reopen this issue report with clear reproduce.