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

Remove the generated flag for access token id #164

Merged
merged 1 commit into from
Jan 30, 2014

Conversation

raymondfeng
Copy link
Member

The generated flag is used to indicate if the id is automatically generated
by the backend store. If it's set, the data type will be updated when the
model is attached to a datasource.

The AccessToken model defines a string id, which is set in the beforeCreate
hook. So it's client provided id.

/to @bajtos @ritch

The generated flag is used to indicate if the id is automatically generated
by the backend store. If it's set, the data type will be updated when the
model is attached to a datasource.

The AccessToken model defines a string id, which is set in the beforeCreate
hook. So it's client provided id.
@bajtos
Copy link
Member

bajtos commented Jan 30, 2014

LGTM.

raymondfeng added a commit that referenced this pull request Jan 30, 2014
Remove the generated flag for access token id
@raymondfeng raymondfeng merged commit 6177aa2 into master Jan 30, 2014
@slnode
Copy link

slnode commented Jan 30, 2014

Test PASSed. To trigger a build add comment - ".test\W+please"
Refer to this link for build results: http://ci.strongloop.com/job/loopback/861/

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.

None yet

3 participants