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

[NgRest] Refactor checkboxRelation and selectModel #1229

Closed
nadar opened this issue Mar 11, 2017 · 1 comment
Closed

[NgRest] Refactor checkboxRelation and selectModel #1229

nadar opened this issue Mar 11, 2017 · 1 comment
Assignees
Milestone

Comments

@nadar
Copy link
Member

nadar commented Mar 11, 2017

Refactor the checkboxRelation and selectModel in order to use hasOne() and hasMany()->viaTable()

Therefore maybe temporary create a new plugin called:

  • hasOne
  • hasMany
  • hasManyViaTable
@nadar nadar added this to the 1.0.0 milestone Mar 11, 2017
@nadar nadar self-assigned this Mar 11, 2017
@nadar
Copy link
Member Author

nadar commented Mar 11, 2017

  • solve the problem of linking (endless request) between two models
  • solve the problem when working with relations instead of creating two relation querys for the same model selectModel and hasMany for example.

nadar added a commit that referenced this issue Mar 11, 2017
nadar added a commit that referenced this issue Mar 13, 2017
@nadar nadar closed this as completed in 7596676 Apr 10, 2017
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

No branches or pull requests

1 participant