Development Environment - 11.11.3

Published on 2021-06-07 10:00:06
Windows
File
DevelopmentEnvironment-11.11.3 (Build 43291).exe
Size
124.32 MB

Information

Compatibility
  • Compatible with Platform Server 11, release Sep.2018 or later
Additional Resources For further information on any issues, please use the Support Portal.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.
Release Notes

New in Development Environment 11.11.3

  • Changed the icon for the "show in tree" aggregates' funcionality. (RDEV-3264)
  • Improved the help text for the PWA applications. (RDEV-3277)

Bug Fixing

  • Fixed an issue that caused Aggregates to allow creating a Filter while editing data. (RDEV-2936)
  • Fixed an issue that caused Aggregates to go blank while discarding changes with added rows. (RDEV-3267)
  • Fixed an issue that was preventing Edit Data row operations to work. (RDEV-3268)
  • Fixed an issue on Service Studio that could cause a crash trying to merge widgets in placeholders on some circumstances. (RDMST-597)
  • Fixed UI issues in the debugger pane that occurred while using Service Studio in dark mode. (RMAC-3198)
  • Fixed issue that prevented the creation of an empty screen while the Screen Templates Dialog was checking for new templates. (RMAC-4324)
  • Fixed an issue that occurred in macOS while using the "Open from Environment" dialog related to opening a module by pressing the Return key. This issue occurred when you filtered the list of modules until you only had one module in the list. (RMAC-5050)
  • Referenced screens can no longer be assigned to the Default or Splash Screen properties of the Module. This unsupported scenario was possible and lead to compilation crashes. (RPM-1135)
  • Fixed a crash on merge operation that was caused by duplicated keys when objects changed their parent under some circumstances. (RPM-377)

More details

RPM-1135
Referenced screens can no longer be assigned to the Default or Splash Screen properties of the Module. This unsupported scenario was possible and lead to compilation crashes.
Publish Operation Compilation

Fix Details:
*Symptoms* Publishing a Reactive Web App results in the following error: CompilerService - System.InvalidCastException: Unable to cast object of type 'OutSystems.HubEdition.Compiler.NewRuntime.ReferenceWebScreen' to type 'WebScreen' *How to reproduce* In the same Application: - Create a module with a public Screen and publish it. - Create another module. - Reference the public Screen from the first module. - Set the Reference Screen as the Splash Screen on the second module. - Publish the second module. There will be a compilation error.