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

2016-03-14 Thread Dan Haywood (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Haywood updated ISIS-1319:
--
Fix Version/s: 1.12.0

> 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)


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

2016-03-13 Thread Vladimir Nisevic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Nisevic updated ISIS-1319:
---
Attachment: screenshot-2.png

> 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
> 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)


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

2016-03-13 Thread Vladimir Nisevic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Nisevic updated ISIS-1319:
---
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 

{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.

  was:
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}


> 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
> 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)


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

2016-03-13 Thread Vladimir Nisevic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Nisevic updated ISIS-1319:
---
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 

{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}

  was:
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 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}


> 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
> Attachments: screenshot-1.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}



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


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

2016-03-13 Thread Vladimir Nisevic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Nisevic updated ISIS-1319:
---
Summary: Input dialog for action label for mandatory parameter not shown 
when the parameter is an view model  (was: Input dialog for action - *-sign for 
mandatory parameter is not shown when parameter is an enitity)

> 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
> Attachments: screenshot-1.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 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}



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


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

2016-03-13 Thread Vladimir Nisevic (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Nisevic updated ISIS-1319:
---
Attachment: screenshot-1.png

> 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
> Attachments: screenshot-1.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 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}



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