OL Hub Release Notes V1.66
Release Date: 17 April 2023
Test asset executed against selected module profile
Till now, the test asset worked only with the default profile. Now the test asset can be executed against the selected module profile.
Add method to Contract
You can import a Contract (set of methods) from the solution center/JSON and select the required methods. For example, if a Contract has 10 methods, you can select which of the 10 methods to use, e.g., 6 of them. Later on, you’d like to add more methods. Till now, you could only add them manually or override the existing methods with a new import. Now you can add methods (e.g. import the remaining 4 methods from the Contract in the above example).
Validation when deleting variant
When the user clicks on the Delete variant button, validation is performed to ensure that the variant is not used by any current method flow. If the variant is in use, the user receives a message displaying the methods using the variant.
Display related methods
Show related methods to assets to know whether the asset is associated with methods. This can help assess the impact of changes such as renaming.