mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Update device report modification date when merged.
This commit is contained in:
@@ -245,6 +245,8 @@ namespace DiscImageChef.Server.Areas.Admin.Controllers
|
|||||||
_context.Update(masterDevice);
|
_context.Update(masterDevice);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
masterDevice.ModifiedWhen = DateTime.UtcNow;
|
||||||
|
_context.Update(masterDevice);
|
||||||
_context.Remove(slaveDevice);
|
_context.Remove(slaveDevice);
|
||||||
_context.SaveChanges();
|
_context.SaveChanges();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user