Gravity icon indicating copy to clipboard operation
Gravity copied to clipboard

Map EventHandler artifacts to/from BaseDTO objects

Open Arithmomaniac opened this issue 6 years ago • 0 comments

It would make event handlers easier to work with if we could manipulate the Artifact object as a BaseDto type. This would be especially handy for Post-Save Event Handlers, where one may want to use a service/repository that assumes, like elsewhere in an application using Gravity that the object inherits BaseDto.

Arithmomaniac avatar Nov 08 '17 16:11 Arithmomaniac