Skip to main content
Version: v2.5

Release 2.5.13

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.

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.