- Issue created by @abarrio
At this moment the purging form contains all specific code to make the purging of image pdf thumbnails and if we need this operation to be done in, for example, an update we need to replicate the code.
Extract purging code to a service in order to be able to be used on other parts of the code.
PdfImageEntityPurgeForm
to call service using dependency injectionActive
6.1
Code