Skip to content
GitLab
Explore
Sign in
Commits on Source (3)
change user name
· 4aca2afd
Chef Projet Prodige
authored
Mar 08, 2023
4aca2afd
Merge commit '
4aca2afd
'
· 549c336f
Jenkins
authored
Mar 08, 2023
549c336f
Update - Changelog/Version
· 5734f25e
Jenkins
authored
Mar 08, 2023
5734f25e
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5734f25e
...
...
@@ -2,6 +2,8 @@
All notable changes to
[
ngpr_prodige_contribution
](
https://gitlab.adullact.net/prodige/ngpr_prodige_contribution
)
project will be documented in this file.
## [5.0.4](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.3...5.0.4) - 2023-03-08
## [5.0.3](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.2...5.0.3) - 2023-03-07
## [5.0.2](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.1...5.0.2) - 2023-03-07
...
...
VERSION.txt
View file @
5734f25e
5.0.3
\ No newline at end of file
5.0.4
\ No newline at end of file
site/src/app/core/services/user.service.ts
View file @
5734f25e
...
...
@@ -15,8 +15,8 @@ export class UserService {
if
(
!
this
.
user
){
/** TODO: requête http quand carto.prodige.internal sera fonctionnel */
this
.
user
=
{
firstname
:
`
Mathilde
`
,
lastname
:
`
Vadeboncoeur
`
,
firstname
:
``
,
lastname
:
``
,
};
this
.
user$
.
next
(
this
.
user
);
...
...