Management REST API: Allow to filter actions by last status code (#1311)
* Introduce sorting /filtering field for "lastActionStatusCode" * Rename new sort /filter field to "lastStatusCode"
This commit is contained in:
@@ -26,6 +26,11 @@ public enum ActionFields implements FieldNameProvider, FieldValueConverter<Actio
|
||||
* The detailed action status
|
||||
*/
|
||||
DETAILSTATUS("status"),
|
||||
|
||||
/**
|
||||
* The last action status code
|
||||
*/
|
||||
LASTSTATUSCODE("lastActionStatusCode"),
|
||||
|
||||
/**
|
||||
* The id field.
|
||||
|
||||
Reference in New Issue
Block a user