Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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(); }