diff --git a/content/en/docs/releasenotes/studio-pro/11/11.12.md b/content/en/docs/releasenotes/studio-pro/11/11.12.md index b534cd60dac..67824b64a7a 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.12.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.12.md @@ -41,6 +41,7 @@ weight: 88 * We fixed an issue where a progress bar remained visible when opening a page while the homepage was still loading.(Ticket 285253) * We fixed an issue where opening the **Customize offline synchronization** dialog of a navigation profile resulted in an error when an entity with a custom synchronization configuration was used on a page and had specializations of its own. (Ticket 285791) * We fixed an application startup error when a direct association from an entity to a specialization of itself was removed and the parent of the association was either removed or was no longer a generalization of the child of the association. (Ticket 285998) +* We fixed an issue where attributes used in an expression were not found when deleting an attribute from the domain model or when calling **Find Usages**. (Ticket 286303) * We fixed an issue where Studio Pro froze while a progress dialog is shown, for example, while opening an app. * We fixed an issue where the active document's tab got scrolled out of view after opening many documents in a row. * We fixed an issue where renaming in Studio Pro (for example, a module or an entity) led to consistency errors in microflow expressions. diff --git a/content/en/docs/releasenotes/studio-pro/11/11.14.md b/content/en/docs/releasenotes/studio-pro/11/11.14.md index a98a88f371d..65d5abef0d2 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.14.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.14.md @@ -91,6 +91,7 @@ We recommend that apps and Marketplace modules upgrade to Java 25. * We fixed an issue with the External Database Connector where query results displayed incorrect BIGINT values in the editor. (Ticket 284184) * We fixed an issue where text box values filled in by a password manager were not registered. (Ticket 284395, 283505) * We fixed an issue where expanding a folder in a document selector (for example, when selecting a microflow, nanoflow, or JSON structure) showed it as expanded but without its contents. (Ticket 284451) +* We fixed an issue where attributes used in an expression were not found when deleting an attribute from the domain model or when calling **Find Usages**. (Ticket 286303) * We fixed an issue where opening the Git preferences threw an unexpected error when Studio Pro could not load your Git configuration (for example, when Git was not installed or its location was set incorrectly). Studio Pro now shows a clear message explaining how to resolve it. * We fixed an issue where activities in microflows generated by Maia showed the default caption **Activity** instead of a caption describing the activity. * We fixed an issue where Studio Pro incorrectly went into offline mode at startup due to a transient SSL connection failure when fetching the OpenID configuration.