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

circular subcollections #17

Merged
merged 2 commits into from
Apr 11, 2011
Merged

circular subcollections #17

merged 2 commits into from
Apr 11, 2011

Conversation

FND
Copy link
Member

@FND FND commented Mar 31, 2011

cf. issue #3

@collection.circular_errors.map { |c| c.label }.join("\n")
else
flash.now[:error] = I18n.t("txt.controllers.collections.save.error")
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole part has to dumped completely. Specific error messages are not allowed to be stored in a generic flash message. That's what the validation error messages are there for.

@FND
Copy link
Member Author

FND commented Apr 11, 2011

Thanks for the thorough feedback - I've now fixed the issues you've pointed out.

@youngbrioche youngbrioche merged commit 1e5b109 into master Apr 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants