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

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

Commit 0ae1dca57f5d1a876e92d594c83ae77d928a0f63 in isis's branch 
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0ae1dca ]

ISIS-1934: fixes Action Confirmation Dialog does not escape menu
boundaries

also bumps wicket-bootstrap version 2.0.1 -> 2.0.2

Task-Url: https://issues.apache.org/jira/browse/ISIS-1934

> Menu Action Confirmation Dialog does not escape menu boundaries
> ---------------------------------------------------------------
>
>                 Key: ISIS-1934
>                 URL: https://issues.apache.org/jira/browse/ISIS-1934
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core: Viewer: Wicket
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>         Attachments: menu_confirm_inline1.png, menu_confirm_inline2.png
>
>
> to reproduce (see attached screenshots) use this sample code for a menu 
> action:
> {code:java}
>     @Action(semantics=SemanticsOf.NON_IDEMPOTENT_ARE_YOU_SURE) 
>     public List<SimpleObject> listAllWithConfirmation() {
>         return simpleObjectRepository.listAll();
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to