Added ability to modify image of existing items
This commit is contained in:
@@ -24,8 +24,8 @@ public class ConfirmCreateItemHandler(IMediator mediator,
|
||||
ItemConfiguration)>((id, name, category, imageDescriptor ?? default, itemConfiguration)));
|
||||
|
||||
Item<(Guid, string, string)> item = new((id, name, category));
|
||||
publisher.Publish(Created.As(item));
|
||||
|
||||
publisher.Publish(Created.As(item));
|
||||
publisher.Publish(Changed.As<Item>());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user