Changes with Gentics CMP 8.1.38

Date: 24.09.2025


Gentics CMS EE 6.1.38

Bugfix SUP-18537 Link to this entry

Fixed a validation issue that prevented copy & paste of links.


Bugfix SUP-18982 Link to this entry

In cases where a scheduler execution finished (successful or with an error) during unavailability of the
backend database the execution could not be marked as finished. This caused the scheduler to no start any
more executions until the CMS was restartet.
The behaviour has been improved so that the scheduler will no mark the execution as finished as soon as the
backend database is available.


Bugfix SUP-18765 Link to this entry

Administrator User Interface: Sorting of the construct categories has been fixed.


Bugfix SUP-18877 Link to this entry

Administrator UI: Mesh browser opens the editor for the multilingual item (page/image/file) inconsistently, so that its particular language variant could have never been reached. This has been fixed.


Bugfix SUP-18873 Link to this entry

Editor User Interface: Selecting elements in an Overview with sticky channel enabled did not correctly save the channel elements were selected from. This has been fixed.


Optional Manual Change Link to this entry

The default configuration for aloha_settings.plugins.block.rootTags was changed to include a tags. If this setting is overwritten in your setup and copy & paste of links does not work, add the a tag to the list of allowed root tags.

If the Aloha configuration constrains insertable tags via tagtypeWhitelist, make sure to add the Aloha link tagtype (@gtxalohapagelink@ by default) to the list.


Gentics Aloha Editor 2.0.15

No changes

Gentics Mesh 2.1.24

Bugfix Link to this entry

Search: When a schema was completely excluded from indexing, the index sync operation still
tried to put the nodes of that schema into the non-existent index, this has been fixed.


Bugfix SUP-18961 Link to this entry

Core: Implementations of the persistance layer may now choose to process recursive deletion of nodes
in a separate thread instead of in the worker thread pool.


Bugfix SUP-18860 Link to this entry

GraphQL: The performance of GraphQL queries returning larger hierachies of data has been improved.


Bugfix SUP-18931 Link to this entry

Core: Generation of childrenInfo and etag for nodes with many children has been refactored to support better performance.


Bugfix Link to this entry

Core: Generation of ETags for nodes has generally been improved to be more stable.


Gentics Mesh EE 2.1.25

Bugfix SUP-19010 Link to this entry

Core: It is now possible to delete a node with a list field that has data inconsistencies.


Bugfix Link to this entry

Search: When a schema was completely excluded from indexing, the index sync operation still
tried to put the nodes of that schema into the non-existent index, this has been fixed.


Bugfix SUP-18961 Link to this entry

Core: Deleting of nodes with more than 1000 descendants is now done
in a separate thread. This will also cause those delete tasks to be done
one after the other instead of in parallel.


Bugfix SUP-18961 Link to this entry

Core: Implementations of the persistance layer may now choose to process recursive deletion of nodes
in a separate thread instead of in the worker thread pool.


Bugfix SUP-18961 Link to this entry

Core: The performance of deleting nodes recursively has been improved.


Bugfix SUP-18860 Link to this entry

GraphQL: The performance of GraphQL queries returning larger hierachies of data has been improved.


Bugfix SUP-18931 Link to this entry

Core: Generation of childrenInfo and etag for nodes with many children has been made more performant.


Bugfix SUP-18931 Link to this entry

Core: Generation of childrenInfo and etag for nodes with many children has been refactored to support better performance.


Bugfix Link to this entry

Core: Generation of ETags for nodes has generally been improved to be more stable.


Gentics Mesh Commercial Plugins 2.1.8

Bugfix SUP-18930 Link to this entry

Forms Plugin: Stale user data (incompletetly POSTed user data older than a configurable amount of days) will now be purged by a
periodic background job. The maximum allowed age for can be configured with the configuration attribute ‘staleDataPurgeInterval‘ (in days).


Bugfix SUP-18929 Link to this entry

Forms Plugin: When the validation of POSTed data fails for a recaptcha or friendlycaptcha element in a form,
storing of the form data will now be suppressed completely. This prevents spambots from creating garbage data in Mesh.


Gentics Portal | java 3.1.15

Bugfix SUP-18867 Link to this entry

Fixed the routing order for handlers generated with the CompatibilityHandlerProvider to prevent “Request has already been read” errors.


Gentics Portal | php 3.1.6

No changes