Versions Compared

Key

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

...

  • activated: 1

  • child:

  • condition:

  • created: 02/09/2024 15:46:06

  • forward: 0

  • icon:

  • id: 10

  • modified: 02/09/2024 15:46:06

  • name: reset

  • ontransition:

  • owner: 1

  • parent:

  • position: 0

  • roles:

  • state_in: 11

  • state_out: 2

...

PACKAGED_Portal

/portal to /dam/wedia

Starting from 2024.4, by default the front-end’s main entry point is changed from /portal/ to /dam/wedia/
(URL rewritting rules are present to redirect from /portal to /dam/wedia)

Therefore the app’s default vue_apps_base_url.portal has been updated in tools\wediaportal-cli\api\constants\defaultConfig.mjs

If you haven’t configured a specific vue_apps_base_url.portal in your project, on the next front-end build, the app will be configured for /dam/wedia/

New configuration point

Portals

A new configuration domain has been added to portal’s json configuration. It is mainly used by the new components added for the Portals. The new domain (folder) is placed at the same level as the dam, product, spaces or dam-import domain, and it is called : portals

This domain is necessary if you want to use the new feature on your front-end.

Starter-kit’s common config has been updated too, new named actions and named displays have been added.

More details about the configuration possibilites can be found here :https://crossmedia.atlassian.net/wiki/spaces/WD/pages/3298787349/Portals+installation+guide#4.1%2F-Portals-list-filters

Changes Information

Structures changes

asset

Fields changes

...

  • Parameters:

    • UPDATED portal_entry:

      • default value:

        • Old:

        Code Block
        languagejson
          /portal
        • New:

        Code Block
        languagejson
          /dam/wedia
    • UPDATED success_redirect:

      • default value:

        • Old:

        Code Block
        languagejson
          /portal/register/verified
        • New:

        Code Block
        languagejson
          /dam/wedia/register/verified
    • UPDATED timeout_redirect:

      • default value:

        • Old:

        Code Block
        languagejson
          /portal/register/timeout
        • New:

        Code Block
        languagejson
          /dam/wedia/register/timeout
    • UPDATED error_redirect:

      • default value:

        • Old:

        Code Block
        languagejson
          /portal/register/error
        • New:

        Code Block
        languagejson
          /dam/wedia/register/error

...

PACKAGED_DAM_Utils

More information about the modifications can be found here : Resolving automatic asset publication in 2024.1, 2024.2 and 2024.3

plugin.xml

  • Parameters:

    • UPDATED dam_denormalization_config:

      • default value:

        • image-20241011-162526.png

        • image-20241011-162630.png

        • image-20241011-162657.png

  • UPDATED dam_denormalization_force_update:

    • description: force triggers on update --> Force triggers on every update. This should never be set to true unless for debug purposes

...