You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi is there any way to filter/sort by association fields?
I have a Project model with FK to User as project manager. I have turned on associations in sequelize and epilogue but now I want to be able to select all projects with project manager last name being XXXX.
It is achievable via sequelize so I assume it should be somehow possible with epilogue as well?
My resources are defined like that:
var resources = Object.keys(app.get('models'));
resources.pop();
hi is there any way to filter/sort by association fields?
I have a Project model with FK to User as project manager. I have turned on associations in sequelize and epilogue but now I want to be able to select all projects with project manager last name being XXXX.
It is achievable via sequelize so I assume it should be somehow possible with epilogue as well?
My resources are defined like that:
where models are sequelize models
The text was updated successfully, but these errors were encountered: