-
Notifications
You must be signed in to change notification settings - Fork 2
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
add first and last predicates when proxy is added #80
Comments
@elrayle are you describing behavior you'd like to see or a problem with the current behavior? Can you describe what it will look like when the problem is fixed? Also the "view in fedora" links aren't very helpful as they point to your local system. Can you add screenshots instead? |
I must have been half asleep when I wrote that. The issue is with the first and last predicates on the collection. Those predicates do not get created when the proxy is created and added to the collection and they should be added when the proxy is added as a member. |
I added two tests to association_spec.rb (lines 80-88) in branch test_issue_80 to check for first and last. |
In Fedora...

Observations:
Observations:
If work is automatically saved and a proxy is added to col's members, then first and last
predicates should also automatically be added without having to do a manually save.
The text was updated successfully, but these errors were encountered: