Go to the homepage
Powered bySitecore Search logo
Skip to main contentThe XM Cloud Changelog page has loaded.

XM Cloud Changelog

Learn more about new versions, changes and improvements for XM Cloud

1.5.152 base image updates

XM Cloud

XM Cloud

ImprovementResolved

Improvement

In the Content Editor, items are automatically locked by the user editing them, preventing other users from making changes at the same time. You can now query the locked status of items using the new lock query in the GraphQL Authoring API:

lock{
      isLocked
      lockedBy
      user(username: <username>) {
        canLock
        hasLock
        canUnlock
      }
    }

Resolved

A new configuration named ItemResolving.TrimPathParts is available in the Sitecore.config file. When it’s set to true (the default value), any whitespace characters in a path segment are removed when the URL is resolved. For example, the paths '/ page' and '/page' are considered equivalent.

Loading...
Loading...
Loading...

© Copyright 2024, Sitecore. All Rights Reserved