Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Opting out through: @Command(disabled=false)
Also:
- can restrict to just non-safe (non-query only actions)
- if the CommandFacet is already present, then that should take precedence
- any implementation of HasTransactionId (command, audit entry or published event) should never have auditing automatically enabled.
- require ActionSemanticsFacet to be available in case specified non-query only actions should be ignored
Enable using isis.properties:
#isis.services.command.actions=all|none|ignoreQueryOnly