[jira] [Commented] (ISIS-3268) [Wicket Viewer] Action parameter layout LabelPosition might get ignored (based on chance)

2022-11-11 Thread ASF subversion and git services (Jira)


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

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

Commit 0a8d0ae7ceb48711fc1de3e660732dab75816e45 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0a8d0ae7ce ]

ISIS-3268: fixes recursive file-upload nesting

- using a client side script for DOM cleanup (this is a workaround)

> [Wicket Viewer] Action parameter layout LabelPosition might get ignored 
> (based on chance)
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Affects Versions: 2.0.0-M9
>Reporter: Zermelo
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-RC1
>
>
> Action parameter labels are not rendered on top in production mode (even if 
> the PromptStyle is DIALOG_MODAL). It renders on top while in prototyping mode 
> only.
> To reproduce on SimpleApp:
>  * Add LabelPosition.TOP to SimpleObject.updateName action name parameter.
> public SimpleObject updateName(
>     {color:#4c9aff}@ParameterLayout(labelPosition = LabelPosition.TOP) 
> {color}final String name) {
>  * Disable Prototyping mode in SimpleApp.main 
>  ** {color:#4c9aff}//{color}IsisPresets.prototyping();
>  * Make seeds run while not in prototyping. In SeedSecurityService:
>  ** {color:#4c9aff}//{color}if (event.isPostMetamodel() && 
> isisSystemEnvironment.isPrototyping()) {
> {color:#4c9aff}if (event.isPostMetamodel()) {{color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ISIS-3268) [Wicket Viewer] Action parameter layout LabelPosition might get ignored (based on chance)

2022-11-09 Thread ASF subversion and git services (Jira)


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

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

Commit 71552b21a70754f19c66d3e05838aa78d747f766 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=71552b21a7 ]

ISIS-3268: MM regr test approval

> [Wicket Viewer] Action parameter layout LabelPosition might get ignored 
> (based on chance)
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Affects Versions: 2.0.0-M9
>Reporter: Zermelo
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-RC1
>
>
> Action parameter labels are not rendered on top in production mode (even if 
> the PromptStyle is DIALOG_MODAL). It renders on top while in prototyping mode 
> only.
> To reproduce on SimpleApp:
>  * Add LabelPosition.TOP to SimpleObject.updateName action name parameter.
> public SimpleObject updateName(
>     {color:#4c9aff}@ParameterLayout(labelPosition = LabelPosition.TOP) 
> {color}final String name) {
>  * Disable Prototyping mode in SimpleApp.main 
>  ** {color:#4c9aff}//{color}IsisPresets.prototyping();
>  * Make seeds run while not in prototyping. In SeedSecurityService:
>  ** {color:#4c9aff}//{color}if (event.isPostMetamodel() && 
> isisSystemEnvironment.isPrototyping()) {
> {color:#4c9aff}if (event.isPostMetamodel()) {{color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (ISIS-3268) [Wicket Viewer] Action parameter layout LabelPosition might get ignored (based on chance)

2022-11-09 Thread ASF subversion and git services (Jira)


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

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

Commit abdca3e3791c85817821ffa9e0a92ce18c16f1b7 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=abdca3e379 ]

ISIS-3268: fixes facet precedence too high for
LabelAtFacetFromLayoutConfiguration

- must be lower than precedence of facets from annotations

> [Wicket Viewer] Action parameter layout LabelPosition might get ignored 
> (based on chance)
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Affects Versions: 2.0.0-M9
>Reporter: Zermelo
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-RC1
>
>
> Action parameter labels are not rendered on top in production mode (even if 
> the PromptStyle is DIALOG_MODAL). It renders on top while in prototyping mode 
> only.
> To reproduce on SimpleApp:
>  * Add LabelPosition.TOP to SimpleObject.updateName action name parameter.
> public SimpleObject updateName(
>     {color:#4c9aff}@ParameterLayout(labelPosition = LabelPosition.TOP) 
> {color}final String name) {
>  * Disable Prototyping mode in SimpleApp.main 
>  ** {color:#4c9aff}//{color}IsisPresets.prototyping();
>  * Make seeds run while not in prototyping. In SeedSecurityService:
>  ** {color:#4c9aff}//{color}if (event.isPostMetamodel() && 
> isisSystemEnvironment.isPrototyping()) {
> {color:#4c9aff}if (event.isPostMetamodel()) {{color}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)