[X] I have checked that the bug I am reporting can be replicated, or that the feature I am suggesting isn't already present.
[X] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
[X] I realise that server-side connectors are provided by various contributors. The implementations are vary due to programming language features/limitations or other factors. Thus a particular connector may not implement, or partially implement, the API features.
[X] I realise that any changes in configuration options and/or plugin parameters affect the plugin behavior. I specified all the differences from defaults in details.
I use the following server-side connector (check one):
[X] PHP connector by servocoder
[ ] Java connector by fabriceci
[ ] Python3 Flask connector by jsooter
[ ] Python3 Flask connector by stevelittlefish
[ ] NodeJs connector by jlaustill and forestlake
[ ] ASP.NET Core connector by sinanbozkus
[ ] ASHX connector by richeflits
[ ] Other (specified below)
My familiarity with the project is as follows (check one):
[ ] I have never used the project.
[X] I have used the project briefly.
[ ] I have used the project extensively, but have not contributed previously.
[ ] I am an active contributor to the project.
Hi
Needing to implement a PHP script to occur when a file is renamed through RichFileManager, I tackled the documentation and list of known issues, but have not been able to find an exact correspondance to my need.
Does the ability to hook a "afterRenameItem" exists, and I was unable to find it ?
If this does not exist, is there another way to do it, like including the PHP script at some point of the API (which I tried, putting it on line 240 of LocalApi.php, without any success)
In raising this issue, I confirm the following (please check boxes):
I use the following server-side connector (check one):
My familiarity with the project is as follows (check one):
Hi Needing to implement a PHP script to occur when a file is renamed through RichFileManager, I tackled the documentation and list of known issues, but have not been able to find an exact correspondance to my need.
Does the ability to hook a "afterRenameItem" exists, and I was unable to find it ? If this does not exist, is there another way to do it, like including the PHP script at some point of the API (which I tried, putting it on line 240 of LocalApi.php, without any success)
Thank you for your time