Closed jsumnersmith closed 9 years ago
I see that my omission of "relationshipField" caused the saving issue, but the non-enhancement seems to stand as a bug.
Makes sense.
On Mon, Sep 7, 2015 at 8:08 PM, Joel Smith notifications@github.com wrote:
I see that my omission of "relationshipField" caused the saving issue, but the non-enhancement seems to stand as a bug.
— Reply to this email directly or view it on GitHub https://github.com/punkave/apostrophe-schemas/issues/7#issuecomment-138394453 .
THOMAS BOUTELL, DEV & OPS P'UNK AVENUE | (215) 755-1330 | punkave.com
Those guys are cloned and appended on the fly, so it makes sense that their own enhance call needs to happen.
We'll have to look at whether jquery selective already has an event after appending an item that we can use for this purpose. (Yes, I wrote it, but that doesn't mean I remember (; )
On Mon, Sep 7, 2015 at 9:20 PM, Tom Boutell tom@punkave.com wrote:
Makes sense.
On Mon, Sep 7, 2015 at 8:08 PM, Joel Smith notifications@github.com wrote:
I see that my omission of "relationshipField" caused the saving issue, but the non-enhancement seems to stand as a bug.
— Reply to this email directly or view it on GitHub https://github.com/punkave/apostrophe-schemas/issues/7#issuecomment-138394453 .
THOMAS BOUTELL, DEV & OPS P'UNK AVENUE | (215) 755-1330 | punkave.com
THOMAS BOUTELL, DEV & OPS P'UNK AVENUE | (215) 755-1330 | punkave.com
This is fixed. Opening a separate issue in hopes someone can figure out why the result is ugly.
When adding a select as a relationship field for a join, the select is never enhanced thereby allowing the user to never select an option. Consequently, the joined items never save though no console error is shown on either the server or client side.
Here is the schema configuration:
And the resulting markup: