#199 : Styles manquants sur les titres en page d'accueil et modification du déploiement.
This commit is contained in:
@@ -3,7 +3,7 @@ name: Deploiement API Prod Docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
@@ -421,7 +421,8 @@ public class DbTitreRepository : ITitreRepository
|
||||
.AsNoTracking()
|
||||
.OrderByDescending(t => t.DateCreation)
|
||||
.Paginate(offset, limit)
|
||||
.Include(t => t.Artiste);
|
||||
.Include(t => t.Artiste)
|
||||
.Include(a => a.Styles);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user