Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot deploy single content_entry with the Wagon #311

Closed
adam-pl opened this issue Jun 29, 2016 · 1 comment
Closed

Cannot deploy single content_entry with the Wagon #311

adam-pl opened this issue Jun 29, 2016 · 1 comment

Comments

@adam-pl
Copy link
Contributor

adam-pl commented Jun 29, 2016

REPRO

  1. Create new project & two models: categories, groups
  2. Deploy all to the Engine
  3. Edit data/categories.yml and do some changes (on the Wagon site)
  4. Try to deploy only categories.yml to the Engine like that:
bundle exec wagon push my_site -v -d -r content_entries -f categories

WHAT'S WRONG

  1. The Wagon pushes all content entries: categories & groups

HOW IT SHOULD BE

  1. The Wagon should push only categories content entry.
@did did added bug enhancement and removed bug labels Aug 9, 2016
@did
Copy link
Member

did commented Apr 8, 2019

That's because Categories and Groups are related through a belongs_to/has_many or a many_to_many relationship.

@did did closed this as completed Apr 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants