[
https://issues.apache.org/jira/browse/ISIS-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606949#comment-16606949
]
ASF subversion and git services commented on ISIS-1934:
-------------------------------------------------------
Commit 2aa55b4a5b8dd270500a474d003ae4d35bc32b8d in isis's branch
refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=2aa55b4 ]
# WARNING: head commit changed in the meantime
ISIS-1934: Menu Action Confirmation Dialog does not escape menu
boundaries
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)