Hi,
I just noticed that a beforeSave function in my custom Hook does not trigger when the edit in done in quick mode (single field modificaition). It works fine when then change is done une full edit mode.
I've been coding Hooks for quite a few time now and I believe this did not happen in earlier versions. Here I am using Version 5.7.11
I've done some tests by logging some debug texts in different use cases to come to the conclusions above.
Logging in the init function of the Hook always happens but not in beforeSave function.
Could you please help me with this, it does seem to be a correct behavior to me.
Thanks in advance
I just noticed that a beforeSave function in my custom Hook does not trigger when the edit in done in quick mode (single field modificaition). It works fine when then change is done une full edit mode.
I've been coding Hooks for quite a few time now and I believe this did not happen in earlier versions. Here I am using Version 5.7.11
I've done some tests by logging some debug texts in different use cases to come to the conclusions above.
Logging in the init function of the Hook always happens but not in beforeSave function.
Could you please help me with this, it does seem to be a correct behavior to me.
Thanks in advance
Comment