You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/18 19:23:33 UTC

[jira] [Commented] (ISIS-1319) Input dialog for action label for mandatory parameter not shown when the parameter is an view model

    [ https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201921#comment-15201921 ] 

ASF subversion and git services commented on ISIS-1319:
-------------------------------------------------------

Commit 8e4468e97800848c5202690feced13716b1ec883 in isis's branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=8e4468e ]

ISIS-1319: change where the "mandatory" class is added for reference panel so that the existing CSS picks it up to show the red asterisk marker.


> Input dialog for action label for mandatory parameter not shown when the parameter is an view model
> ---------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-1319
>                 URL: https://issues.apache.org/jira/browse/ISIS-1319
>             Project: Isis
>          Issue Type: Bug
>          Components: Core: Viewer: Wicket
>            Reporter: Vladimir Nisevic
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.12.0
>
>         Attachments: screenshot-1.png, screenshot-2.png
>
>
> 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 
> {code}
>  public DslPortCompatibilityCheckResult dslPortCompatibilityCheck(
>             @Parameter(optionality = Optionality.MANDATORY) @ParameterLayout(named = "DSL Port") DslPort dslPort,
>             @Parameter(optionality = Optionality.MANDATORY) @ParameterLayout(named = "Technology") DslTechnology desiredTechnology) throws PlanningException {
> {code}
> Dialog behavior is OK.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)