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,
|
logEntityAction(savedDeviceProfile.getId(), savedDeviceProfile,
|
||||||
null,
|
null,
|
||||||
savedDeviceProfile.getId() == null ? ActionType.ADDED : ActionType.UPDATED, null);
|
created ? ActionType.ADDED : ActionType.UPDATED, null);
|
||||||
|
|
||||||
return savedDeviceProfile;
|
return savedDeviceProfile;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user