Skip to content

Commit

Permalink
Merge pull request #593 from LINCnil/CU-1er0d7k_Masquer-le-bloc-de-cr…
Browse files Browse the repository at this point in the history
…ation-de-PIA-quand-on-est-sur-la-liste-des-PIA-archivs-local-ou-authentification-peu-importe

feat: hide createing block to archive no auth service
  • Loading branch information
kevin-atnos authored Oct 15, 2021
2 parents 397b9b1 + e3e9412 commit d2cf7c5
Show file tree
Hide file tree
Showing 2 changed files with 1,778 additions and 1,537 deletions.
9 changes: 4 additions & 5 deletions src/app/modules/entries/entries.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,10 @@
<!-- New PIA -->
<div
*ngIf="
!authService.state ||
(showPiaForm &&
(type_entries === 'pia' ||
type_entries === 'structure' ||
type_entries === 'knowledgeBase'))
showPiaForm &&
(type_entries === 'pia' ||
type_entries === 'structure' ||
type_entries === 'knowledgeBase')
"
class="pia-cardsBlock pia-newBlock"
id="cardsSwitch"
Expand Down
Loading

0 comments on commit d2cf7c5

Please sign in to comment.