mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Disable validateOperationCodeFiltering for validateOperationLogFilters
This commit is contained in:
parent
842f14ea2c
commit
aca7aa3ccc
@ -574,7 +574,11 @@ public class RequestValidationUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (operationCode != null && !operationCode.isEmpty()) {
|
if (operationCode != null && !operationCode.isEmpty()) {
|
||||||
validateOperationCodeFiltering(operationCode, type);
|
/*
|
||||||
|
Commenting this as dynamic device types doesn't have configuration based feature manager which
|
||||||
|
used to define fixed set of operation codes.
|
||||||
|
*/
|
||||||
|
// validateOperationCodeFiltering(operationCode, type);
|
||||||
operationLogFilters.setOperationCode(operationCode);
|
operationLogFilters.setOperationCode(operationCode);
|
||||||
}
|
}
|
||||||
return operationLogFilters;
|
return operationLogFilters;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user