Skip to main content

Hello,

I would like to customize the portal by filtering the cards according to the user, the membership of a group, etc.

I only know how to do it by hiding the cards with this script:
<script>
   CARDS = CARDS.filter (function (item) {
    return item.url! = '/ support / approvals / pending' && item.url! = '/ support / catalog / items'
   });
</script>

Thank you for your help.
Regards,

Join the Community or User Group to Participate in this Discussion

Reply