forked from Cavemanon/cavepaintings
Added merged indicator to DataUploadEvent and ImageAddEvent
Changed merge process so that the ID of the merged image can make it back through the event chanin
This commit is contained in:
@@ -11,6 +11,8 @@ class ImageAdditionEvent extends Event
|
||||
/** @var Image */
|
||||
public $image;
|
||||
|
||||
public $merged = false;
|
||||
|
||||
/**
|
||||
* Inserts a new image into the database with its associated
|
||||
* information. Also calls TagSetEvent to set the tags for
|
||||
|
Reference in New Issue
Block a user