fixed audit logs for device profile
This commit is contained in:
parent
d7fa77438f
commit
bcfc7cc733
@ -151,7 +151,7 @@ public class DeviceProfileController extends BaseController {
|
||||
|
||||
logEntityAction(savedDeviceProfile.getId(), savedDeviceProfile,
|
||||
null,
|
||||
savedDeviceProfile.getId() == null ? ActionType.ADDED : ActionType.UPDATED, null);
|
||||
created ? ActionType.ADDED : ActionType.UPDATED, null);
|
||||
|
||||
return savedDeviceProfile;
|
||||
} catch (Exception e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user