finnef
finnef
This is a first draft to allow for multiple delete buttons on the ImageField / FileUploadType. See feature request #5323
When using the ImageField with the multiple option set to true, you only get one delete button to delete all files. I propose to create a separate delete button for...
When you use an ImageField and upload a file with a name that already exists on the filesystem, it is overwritten. This should be fixed by #2885 but in FileUploadType...
This should fix #5321 by prepending the target uploadDir before checking for duplicates, and stripping it afterwards so only the filename is saved.
See https://www.drupal.org/node/2885421 Altered commerce_promotion entity description base field to allow for text formats. Added an update hook to alter existing data. Used low level DB API because Entity API is...
This change allows ES6 Maps and Sets to be serialised. I included the dist dir as it was already tracked in git.
Hi, thanks for a great module! When I use the module in a vue 3 / typescript / webpack setting, PHPstorm tells me there is an issue with: import {...
I added a custom action to a crudcontroller on the detail page of an entity. (using EA 4.20, SF 7.2, PHP 8.3) In this action I need the entity instance...