-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.12.0
-
Component/s: Isis Viewer Wicket
-
Labels:None
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.