-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-M2
-
Component/s: Isis Viewer Wicket
-
Labels:None
to reproduce (see attached screenshots) use this sample code for a menu action:
@Action(semantics=SemanticsOf.NON_IDEMPOTENT_ARE_YOU_SURE) public List<SimpleObject> listAllWithConfirmation() { return simpleObjectRepository.listAll(); }