Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By doing this a new module card will be rendered but it’s header, links, and icon will not be rendered because we need to add this data in the MDMS. We need to add this data in this file as explained above actions-test.json and accordingly add matching ids in this file roleactions.json with rolecode property set to ‘CITIZEN’

Sample actions-test and roleactions object:
Sample actions-test object
Code Block
{
      "id": 2307,
      "name": "BPA_CITIZEN_HOME_VIEW_APP_BY_CITIZEN_LABEL",
      "url": "digit-ui-card",
      "displayName": "View applications by Citizen",
      "orderNumber": 1,
      "parentModule": "OBPS",
      "enabled": true,
      "serviceCode": "",
      "code": "",
      "path": "",
      "navigationURL": "/digit-ui/citizen/obps/my-applications",
      "leftIcon": "OBPSIcon",
      "rightIcon": "",
      "queryParams": ""
    }
Sample roleactions Object
Code Block
{
      "rolecode": "CITIZEN",
      "actionid": 2307,
      "actioncode": "",
      "tenantId": "pb"
    }