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

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

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

Merge branch 'master' of https://github.com/hobrom/isis into ISIS-1626_pr-81


> Confirmation Dialog not shown on no-parameter Menu Actions
> ----------------------------------------------------------
>
>                 Key: ISIS-1626
>                 URL: https://issues.apache.org/jira/browse/ISIS-1626
>             Project: Isis
>          Issue Type: Bug
>          Components: Core: Viewer: Wicket
>    Affects Versions: 1.14.0
>            Reporter: Andi Huber
>             Fix For: 1.15.0
>
>
> No-Parameter Menu Actions annotated with any of the 'ARE_YOU_SURE' semantics 
> will not produce the expected confirmation dialog when you click on the 
> corresponding menu item.
> {code:title=SimpleObjectMenu.java|borderStyle=solid}
> @Action(semantics = SemanticsOf.NON_IDEMPOTENT_ARE_YOU_SURE) 
> public List<SimpleObject> test() {
>         return simpleObjectRepository.listAll();
> }
> {code}
> Steps to reproduce: 
> Take the simple-app artifact 1.14 and add the test snipped from above to the 
> SimpleObjectMenu.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to