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

[jira] [Commented] (ISIS-1309) Disabled no-arg "are you sure" actions still show the prompt to be shown..

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

Dan Haywood commented on ISIS-1309:
-----------------------------------

to reproduce:

{code}


    @Inject
    MessageService messageService;

    @Action(
            semantics = SemanticsOf.IDEMPOTENT_ARE_YOU_SURE
    )
    public void areYouSureNoArg() {
        messageService.informUser("areYouSureNoArg");
    }

    public String disableAreYouSureNoArg() {
        return "disabled";
    }

    @Action(
            semantics = SemanticsOf.IDEMPOTENT_ARE_YOU_SURE
    )
    public void areYouSureOneArg(int a) {
        messageService.informUser("areYouSureOneArg");
    }

    public String disableAreYouSureOneArg() {
        return "disabled";
    }


{code}


> Disabled no-arg "are you sure" actions still show the prompt to be shown..
> --------------------------------------------------------------------------
>
>                 Key: ISIS-1309
>                 URL: https://issues.apache.org/jira/browse/ISIS-1309
>             Project: Isis
>          Issue Type: Bug
>    Affects Versions: 1.11.1
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>             Fix For: 1.12.0
>
>




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