#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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@@ -421,7 +421,8 @@ public class DbTitreRepository : ITitreRepository
|
|||||||
.AsNoTracking()
|
.AsNoTracking()
|
||||||
.OrderByDescending(t => t.DateCreation)
|
.OrderByDescending(t => t.DateCreation)
|
||||||
.Paginate(offset, limit)
|
.Paginate(offset, limit)
|
||||||
.Include(t => t.Artiste);
|
.Include(t => t.Artiste)
|
||||||
|
.Include(a => a.Styles);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user