Question

Portal Customization

  • 15 April 2021
  • 0 replies
  • 191 views

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,


0 replies

Join the Community or User Group to Participate in this Discussion

Reply