Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SCL-2814 Fixed issue in SmartBusinessEntityAdapter:FindRowWhere() with joins in fill fails when received batch is smaller than batchsize

Description:

We have resolved an issue where the FindRowWhere method of the SmartBusinessEntityAdapter potentially failing when the located row is close to the end. The issue was caused by the query manipulation routine on the backend generating an invalid query string for filling up a complete batch or records.

SCL-2924 Repository Designer Property Sheet - changing combo-box based property now unchecks the "inherited" flag

Description:

We have resolved an issue in the SmartFramework repository property sheets (object type, master and instance). This issue was causing that when properties that are represented using a combo-box have been changed the "Is Inherited" flag was not unchecked and that property values would only be saved when the user manually unchecks the "Is Inherited" flag.
This issue is resolved now.

SCL-2925 Fixed: ZIP file based deployments did not contain Unix shellscripts for scl-pasoe-...

Description:

We've resolved an issue in our packaging and deployment script which caused the UNIX shell script files in Consultingwerk/Studio/bin not to be included in any of the _upgrade.zip archives.
This issue is resolved now.

Improvement

SCL-2920 Support the use of the JsonArray (or JsonConstruct) as a parameter to a method with RESTful

Description:

We are now supporting the JsonArray (or JsonConstruct) type as input to a method invoked via RESTful operations. Support is similar to the previous support for JsonObject.

SCL-2929 Added "Validate Design" button to Business Entity Designer

Description:

We have added a "Validate Design" button to the Business Entity Designer. This button allows a developer to validate a Business Entity Design without generating the source code.

New Feature

SCL-2069 Added ability to limit instances in a Container on a type by type basis

Description:

We have added a new feature to the SmartFramework repository. It is now possible to limit the types or allowed instances on a per object type basis.
In the Object Type Master maintenance, developers can now maintain the allowed instance types.
When this list is empty for a type (or it's parent types) all object types are supported as instances.

SCL-2872 Added .applicationssettings Viewer to SessionInfoForm

Description:

We have added a new viewer to the Session Info Form. This new viewer displays the contents of the .applicationsettings file.

SCL-2926 New capability to generate a static GUI for .NET viewer from a MetaViewer/MetaFrame

Description:

The Repository Object Master Designer now provides a wizard which allows a developer to save the currently opened MetaViewer or derived type as a static GUI for .NET User Control.