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

In staging if I activate the agendas module when creating a person gives me 500 #994

Closed
apradillap opened this issue Oct 6, 2017 · 2 comments
Labels

Comments

@apradillap
Copy link
Contributor

In staging if I activate the agendas module when creating a person gives me 500

https://rollbar.com/Populate/gobierto/items/552/

Clue: validate slug with site scope

@apradillap apradillap added the bug label Oct 6, 2017
@apradillap
Copy link
Contributor Author

apradillap commented Oct 6, 2017

@furilo I have verified that it is a global problem of several Gobierto resources: posts, people, etc. When creating these resources, simply check that if there is some resource at the site with the same slug and add a number. But when adding it to the database there is this restriction. Examples:

  • Two persons with the same name in two different sites.
  • Two person posts with the same title in two different sites.
  • ...

t.index ["slug"], name: "index_gp_people_on_slug", unique: true

@ferblape ferblape added this to the Sprint/20171013 milestone Oct 7, 2017
@ferblape
Copy link
Member

Is this still an issue?

@furilo furilo closed this as completed Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants