[
https://issues.apache.org/jira/browse/ISIS-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16027202#comment-16027202
]
ASF subversion and git services commented on ISIS-1626:
-------------------------------------------------------
Commit ba2d4ed7edf8a091281dced77b6044b93c2fc4e2 in isis's branch
refs/heads/master from [~hobrom]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=ba2d4ed ]
Patchset to fix
* ISIS-1625, tooltips for menu actions
* ISIS-1626, confirmation dialog for no-parameter menu actions
> 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)