Richard Mitchell
Richard Mitchell
So the way it's intended to work and indeed does work in my use-case at least is as follows: I have a model `Parent` which, using [Backbone-relational](PaulUithol/Backbone-relational) has an attribute...
@powmedia It doesn't actually depend on backbone-relational, it should work with any model where nested models are held in collections. I'm working on implementing some changes to how `commit` works,...
I'm not sure how I'm going to go about it yet. I was going to make `Form.commit` call the `commit` methods on each field, which in turn call the `commit`...
That does sound better.. and so when the modal is closed or in some other way submitted, the data is then committed to those individual items? Are you working on...
Brilliant, thanks for your help @imjoshholloway.
Leaving this issue open as I still think reliance on this unmaintained package should be reconsidered.
Hi @wdoekes, @anl-mcampos, @Sundwarf, sorry about the super delay in responding here! Thanks for taking an interest! I didn't publish it on PyPI because I didn't think it was ready...
Might be worth waiting until #196 is resolved until this is merged.
If you look at line 502, you can see that it actually still is. This pull also allows a different modal adapter to be specified per field.
The project is incomplete. I've been unable to work on it for the last few months. I hope to get it to a good working state later this year.