FIxed issue where creating a new item doesn't properly notify everyone of the new item
This commit is contained in:
@@ -25,7 +25,7 @@ public class ConfirmCreateItemHandler(IMediator mediator,
|
||||
ItemConfiguration)>, bool>(new CreateEventArgs<(Guid, string, string,
|
||||
ItemConfiguration)>((id, name, category, itemConfiguration)));
|
||||
|
||||
publisher.Publish(Changed.As(item));
|
||||
publisher.Publish(Changed.As<Item>());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user