Versions Compared

Key

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

...

After this update, the user will only be able to see portals that share the same organization as their own.

Update with 2025.1 :

It is now possible to configure portal segmentation directly from the front-end application. To benefit from this UI improvement, you will need to configure your project :

  • Structure updates

    • portal

      • All your segmentation properties should be editable and must wear the rest_api_include tag

  • Front-end configuration updates

    • /portals/segmentation-props.json => array of strings

      • Here you will have to add the technical names of your segmentation properties .

        • ie :

          Code Block
          [
            "organization"
          ]

By following these configuration steps, you will unlock the "Advanced Rule" tab for internal sharing. This tab allows you to configure segmentation settings for your portal.

4.4/ Permissions

You can edit the portal’s feature permissions from wedia-config under the “Global permissions” menu.
For each role template, you will edit its “Global permissions” permissions, here you'll find the settings that are set by default.

...