Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Can't access newly saved event instance through its parent (or the web interface) #7

Open
edtjones opened this issue Jan 11, 2016 · 2 comments
Assignees

Comments

@edtjones
Copy link
Member

In the ruby lib:

e = Rooftop::Events::Event.find(something)
e.instance.build
e.save # returns the new instance

e = Rooftop::Events::Event.find(something)
e.instances #returns []
Rooftop::Events::Instance.find(_event_id: something, new_id) #returns the new instance

Obviously repeatable in a REST client etc.

@edtjones
Copy link
Member Author

Also can't see it in the web interface.

@edtjones
Copy link
Member Author

Still can't make this work @Foxpaul - let's discuss in the morning.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants