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

Fix SC.Record.normalize: accept record attributes based on classes extending SC.RecordAttribute #1127

Closed
wants to merge 2 commits into from

Commits on Nov 19, 2013

  1. Fix SC.Record.normalize: accept record attributes based on classes ex…

    …tending SC.RecordAttribute, remove a developer warning produced by the primary key not being marked as preserved (into keysTokeep)
    mirion committed Nov 19, 2013
    Copy the full SHA
    b3b7b9d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2013

  1. Remove the primaryKey from the record hash during the normalize proce…

    …dure. As general note, it is bad practice to store the id into the hash
    mirion committed Nov 21, 2013
    Copy the full SHA
    4869ae0 View commit details
    Browse the repository at this point in the history