Gentics CMS EE 6.1.31
Bugfix SUP-18541 Link to this entry
The preview for a modified tag was not rendered correctly (did not show the modified, but the original content),
when the tag rendered the modified part by referencing the text
attribute of that part.
This has been fixed.
Bugfix SUP-18540 Link to this entry
Database records with empty uuid could lead to NullPointerExceptions during various actions.
This has been modified so that the action involving the empty uuid will succeed and a warning will be logged.
Bugfix SUP-18497 Link to this entry
Editor User Interface: Fixed visual artifacts which could occur when opening the tag-editor.
Bugfix SUP-18495 Link to this entry
Administrator User Interface: Fixed the formatting of durations in the scheduler module.
Bugfix SUP-18514 Link to this entry
When rendering “empty“ for a tag of a page in an overview with sticky channel
incorrectly always rendered “0” even if the tag was not empty.
This has been fixed.
Bugfix SUP-18508 Link to this entry
When changing the flag “publish directory segments” for a node with channels,
the flag was only changed for the direct child channels, but not for subchannels.
This has been fixed now.
Bugfix SUP-18507 Link to this entry
Objects, which were disinherited from channels or excluded from inheritance where not always
properly removed from the branches of the Mesh Content.Repository.
This has been fixed.
Gentics Aloha Editor 2.0.11
No changesGentics Mesh 2.1.20
Bugfix SUP-18502 Link to this entry
Plugins: If a static file handler fails to unpack the static resource to the plugin storage folder, currently a misleading `HTTP 404 binary_data_not_found` is thrown. This has been now changed to `HTTP 500` with a detailed failure description.
Gentics Mesh EE 2.1.21
Bugfix SUP-18502 Link to this entry
Plugins: If a static file handler fails to unpack the static resource to the plugin storage folder, currently a misleading `HTTP 404 binary_data_not_found` is thrown. This has been now changed to `HTTP 500` with a detailed failure description.
Gentics Mesh Commercial Plugins 2.1.3
No changesGentics Portal | java 3.1.12
Bugfix SUP-18549 Link to this entry
The default GraphQL queries for loading folder and navigation information no longer contain the startpageurl
field. This field was introduced when the possibility was added to define external pages as the startpage of a folder, but this functionality requires a respective tagmap entry in the used Content.Repository. Otherwise the portal start up will fail. To enable external start pages, add the field startpageurl(linkType: SHORT)
to the following GraphQL query fragments:
1. queries/fragments/navigation.graphql
2. queries/fragments/folderFields.graphql
Gentics Portal | php 3.1.5
Bugfix SUP-18549 Link to this entry
The default GraphQL queries for loading folder and navigation information no longer contain the startpageurl
field. This field was introduced when the possibility was added to define external pages as the startpage of a folder, but this functionality requires a respective tagmap entry in the used Content.Repository. Otherwise the portal start up will fail. To enable external start pages, add the field startpageurl(linkType: SHORT)
to the following GraphQL query fragments:
1. resources/graphql/fragments/contentInfo.graphql
2. resources/graphql/fragments/navigation_breadcrumb.graphql
3. resources/graphql/fragments/navigation.graphql
Bugfix SUP-17900 Link to this entry
Fixed an issue where dynamic Blade tag rendering caused cache duplication.
Bugfix SUP-16528 Link to this entry
Fixed multilingual sitemap generation to support both legacy behavior and the standard multilingual approach that includes all available language variants. Configuration options allow you to choose which mode to use.