Fix: Permissions for header-footer.
The persission Owner is only for Settle Option and Header / Footer
This commit is contained in:
@ -227,7 +227,7 @@
|
||||
fxLayout="column"
|
||||
class="square-button"
|
||||
matRipple
|
||||
*ngIf="auth.allowed('products')"
|
||||
*ngIf="auth.allowed('owner')"
|
||||
[routerLink]="['/', 'header-footer']"
|
||||
>
|
||||
<h3 class="item-name">Header / Footer</h3>
|
||||
|
||||
Reference in New Issue
Block a user