This is not a bug per se, but something to be improved to allow other modules reuse code (for example to create Cloudinary files as part of a migration process)
createFile()
method is duplicated in cloudinary_media_library_widget\Plugin\CloudinaryMedia\CloudinaryFile
and cloudinary_media_library_widget\Plugin\CloudinaryMedia\CloudinaryImage
plugins, and it has protected
visibility, so it can't be reused.
Move createFile()
method to CloudinaryMediaBase
class, which is extended by CloudinaryMedia plugins, and make it public
.
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.