saas-2026.3-2026-09-07-21-52-09
Fix for span issue in the table (WORKITEM-19, HOTFIX-9530)
dtp
Table cells in spanned rows now display correct spacing When a row span covers the last rows of a table fragment (or the last rows of a non-split table), cells in other columns of those rows were missing their space above and below text. This has been fixed. The space above and below text (cell insets) is now applied in all columns, even when a row span reaches the last row. Tables without row spans reaching the last row are not affected by this change.
Fix for stuck pthread-rwlock (WORKITEM-98)
inmemory
When a STEP background worker process crashes, there is a small (but still significant) risk that it leaks shared-memory locks. If that happens, when the system reaches for a leaked lock, the operation will be blocked, which can cascade until the entire system is blocked. However, this would only be a problem if the leaked locks are reached for, which makes it difficult to detect with a normal sanity check. The detector will test all shared-memory locks when a STEP worker process crashes in order to detect this kind of problem early, and if it happens, restart the system in order to resolve it.
Fix for ability to find on-prem upgrades with spot (RDHELP-10807)
spot
Upgrading on-prem systems could fail when certain split-packages were seen in the system bundle collection. This is now fixed.
Fix for issue opening certain items with unexpected error (UmbrellaException) and ClassCastException (WORKITEM-18, HOTFIX-9525)
basicportalcomponents
Fix an error that occurs when trying to make a multivalued list of values field read-only with a business rule.