MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

Add flush cache button to clear caches for S3 extension only #59

Closed djcprinse closed 3 years ago

djcprinse commented 3 years ago

Add extra button to the cacheActions dropdown so FalS3 specific caches can be cleared separately in case of problems or errors.

It has only been added for TYPO3 v8 and later, because v6 and v7 don't have the required classes. An option could be to add version constraints inside the ToolbarItem class, however that's not what I prefer to do.