Info |
---|
Please note that the old Lucene indexer is no longer supported, please use the ElasticSearch search. |
Note |
---|
The ElasticSearch support for versions prior to 6.8 has been dropped. |
User interface changes
The filters will now remove terms with 0 occurrences (except tree filters)
...
The facets will now be honoured on the asset view, and profile view in the portal.
Security Rules changes
First, and foremost, new Security Domains and Actions can now be included into plugins by adding a file names “security.xml” in config directory : this is a sample of such file:
...
boards/makePublicBoard
: this domain and action allows for authorizing the connected user to create or not public boards.
Portal Setup changes
Setting up eTags on REST Resources
When the Portal ask for REST resources, such has a list of keywords, or folders, in order to populate filters, it is very likely this list has not changed since the last call.
...
Please read the full documentation for understanding how to set everything up.
...
DXM
Automatic file format switching :
If you do not provide an explicit file format in the variation, Wedia will return the most adapted format, depending on the browser (most likely it will be webp) :
...
Info |
---|
The automatic switching is now done on the Akamai property level, so there is some parameters that need to be set up by eSaas in order to have it working. |
Selecting the best trade-off between performance and quality :
When you are cropping on the content picker, you must start with a specific variation that will serve as the basis for your crop result :
...
So it’s up to you to understand your client needs, and set up the best option for the “starting point” variation : this is available in the WXM_VARIATION_API plugin setup, in that option :
...
New analytics
We are creating a new version of the back-office analytics screens. The old version will continue to work for a long time, but this new version will be in some point in the future the default version for the clients.
...
To activate the new Analytics, you must activate the plugin “WXM_ANALYTICS_V2“ and create a new back office menu that will point to : wcm.jspz?form_action=stats
PACKAGED_DAM_Utils default configuration
The plugin default configuration has changed in order to automatically publish items created from portal in corresponding funds:
...
Code Block |
---|
{ "key": "canPublish", "classAlias": "every", "input": [ { "preset": "preventExecutionFromMassImport" }, { "classAlias": "isAllowed", "init": { "action": "changestatus", "params": { "newstatus": "6" } } } ] } |
Updated structures
asset
Info |
---|
None of the changes are required.
|
Fields changes:
modified: Added
inlist
status: Added
inlist
name: Added tag
autosuggest
namefr: Added tag
autosuggest
binary:
Added
inlist
Added tag
autosuggest
source: Added
editable
keywords: Added tag
autosuggest
namede: Added tag
autosuggest
description: Added tag
autosuggest
descriptionfr: Added tag
autosuggest
descriptionde: Added tag
autosuggest
mediaid: Field removed. (it is not required to remove this field from your system)
assetgeography
Info |
---|
This change is not required The default value of activated has been changed to 2 to be more relevant with the chosen workflow |
Fields changes:
activated: Default value is now
2
(inactive)
edplitem
Info |
---|
This change is not required Object configuration was changed to provide a better default user experience |
Fields changes:
user: Removed
inlist
edpltask
Info |
---|
This change is not required Object configuration was changed to provide a better default user experience |
Fields changes:
description: Removed
inview
duedate: Removed
inview
attachedfile: Removed
inview
channels: Removed
inview
group: Removed
inlist
viewable
massimportjob
Warning |
---|
These changes are required to enable keeping a link between jobs and subjobs. Subjobs are created when only some items from a job are submitted |
Fields changes:
id: Added tag
subjob_prop
status: Added tag
subjob_prop
jobowner: Removed
mandatory
subjobs: New property
pimasset
Info |
---|
This change is not required Object configuration was changed to provide a better default user experience status has been tagged |
Fields changes:
status: Added tag
rest_api_include
keywords: Removed tags
gallerycard_meta
andgallerycard_meta/without_label
productassettype: Added tags
gallerycard_meta
andpopinlist_search_group
product
Info |
---|
This change is not required Object configuration was changed to provide a better default user experience organization has been added to provide a organization based segmentation |
Fields changes:
hero: Added tag
gallery_thumbnail
organization: Added field
role
Info |
---|
This change is not required Object configuration was changed to provide a better default user experience |
Fields changes:
rubrique: Removed
inlist
resolutions:
Removed
inlist
Removed
viewable
user
Note |
---|
Some changes might be useful for your system password has been tagged |
Fields changes:
password: Added tag
rest_api_profile_include
firstname: Added tag
elasticsearch/analyzer/keyword
vueapphomewidget
Note |
---|
Adding those fields allows to use widget description for each cart instead of the cart own description. As a result, the description can be adapted to the widget and translated. usecartdescription allows to force the widget to use the cart description. |
Fields changes:
descriptioncart1: Added field
descriptioncart1fr: Added field
descriptioncart1de: Added field
descriptioncart2: Added field
descriptioncart2fr: Added field
descriptioncart2de: Added field
descriptioncart3: Added field
descriptioncart3fr: Added field
descriptioncart3de: Added field
descriptioncart4: Added field
descriptioncart4fr: Added field
descriptioncart4de: Added field
usecartdescription: Added field
Troubleshooting
If you are experimenting issues with Analytics API calls ending with 500 errors on Portal homepage can be solved using a complete Analytics reload as described here :