Skip to main content
Version: v2.6

Release 2.6.1

Issues fixed

Publish fails on Lookup method referencing a removed Valueset column (ticket: 4610)
Fixed an edge case where a Lookup rule marked as Incomplete could still fail Publish to Generator if the method referenced a removed Valueset column as a lookup parameter.

Image

With this fix, Studio gracefully handles this issue and does not fail on publish.

Improved logging on error in Studio on 'Clean up Workspace' (ticket: 4610)
Studio sometimes fails when the user attempts a Clean Up Workspace action. The error reported by Studio is not very helpful.

This fix does not address the core problem, rather it provides a more helpful error message that will make Hopp able to identify and properly fix the problem at a later stage.

Improved handling of WebView error in Portal Client
Intermittently, the Portal Client used for deploying and debugging of Hopp Engines may fail on an access denied on the AppData folder created by the embedded browser (WebView2) used by the application.

With this fix, the user now will be given a helpful message instructing them to delete the AppData folder used by WebView2 in order to clear the problem.

Duplicate method parameters not caught by Studio validation
While duplicate parameters on Bag and Rule methods were shown in Studio with a red error indicator in the parameter list, the duplicates were not caught by the Studio validation. As a result, it was possible to publish with duplicate parameter names which lead to generated engine code that did not compile.

With this fix, duplicate parameter names are properly caught by the validation.