[jira] [Updated] (ISIS-3268) Action parameter LabelPosition.TOP does not work in production (vs. prototyping) mode

2022-11-03 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-3268:
--
Fix Version/s: 2.0.0-RC1

> Action parameter LabelPosition.TOP does not work in production (vs. 
> prototyping) mode
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Zermelo
>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] [Updated] (ISIS-3268) Action parameter LabelPosition.TOP does not work in production (vs. prototyping) mode

2022-11-03 Thread Daniel Keir Haywood (Jira)


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

Daniel Keir Haywood updated ISIS-3268:
--
Affects Version/s: 2.0.0-M9

> Action parameter LabelPosition.TOP does not work in production (vs. 
> prototyping) mode
> -
>
> 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
>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] [Updated] (ISIS-3268) Action parameter LabelPosition.TOP does not work in production (vs. prototyping) mode

2022-11-02 Thread Zermelo (Jira)


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

Zermelo updated ISIS-3268:
--
Description: 
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}

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


> Action parameter LabelPosition.TOP does not work in production (vs. 
> prototyping) mode
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Zermelo
>Priority: Minor
>
> 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)