mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Audit all changes made in the admin view.
This commit is contained in:
@@ -617,7 +617,7 @@ namespace Marechai.Pages.Admin.Details
|
||||
{
|
||||
try
|
||||
{
|
||||
await Service.CreateAsync(_model);
|
||||
await Service.CreateAsync(_model, (await UserManager.GetUserAsync(_authState.User)).Id);
|
||||
_addToDatabase = true;
|
||||
}
|
||||
catch(Exception e)
|
||||
|
||||
Reference in New Issue
Block a user