Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
We have an action method with two mandatory parameters, the first one is a viewmodel with autoCompleteXXX and second one an Enum.
Problem: the sign for mandatory parameter on label (*-suffix) is shown only on second label - see attached screenshot
public DslPortCompatibilityCheckResult dslPortCompatibilityCheck( @Parameter(optionality = Optionality.MANDATORY) @ParameterLayout(named = "DSL Port") DslPort dslPort, @Parameter(optionality = Optionality.MANDATORY) @ParameterLayout(named = "Technology") DslTechnology desiredTechnology) throws PlanningException {
Dialog behavior is OK.