Hardik
Hardik
I have faced file rename issue when encryption is set as 'null' like following: ``` //servocoder/richfilemanager-php/src/Repository/S3/StorageHelper.php public $encryption = null; //servocoder/richfilemanager-php/src/Repository/S3/Storage.php public function copyItem($source, $target, $remove = false) { $context...
## Feature Request Is there any chance i can have multiple TreePath and TreePathSource fields ? #[ORM\Column(name: "category", type: "text", nullable: true)] #[Gedmo\TreePath(separator: "|", appendId: false, endsWithSeparator: false)] protected $category;...