Skip to content

Commit

Permalink
abilitazione-camp-appio-po
Browse files Browse the repository at this point in the history
  • Loading branch information
fmancinidtd committed Jun 24, 2024
1 parent d95a4b7 commit 1419c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/js/abilitazioni.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
{
"id": "0057Q000008EGNWQA4",
"roles": [
"productowner"
"productowner","campagne"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
</div>
</li>
{/if}
{#if data.utentestandard && checkAbilitazione(data.utentestandard.idsf, 'primario') }
{#if data.utentestandard && (checkAbilitazione(data.utentestandard.idsf, 'primario')||checkAbilitazione(data.utentestandard.idsf, 'campagne')) }
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
Expand Down

0 comments on commit 1419c0b

Please sign in to comment.