@lmajano thank you, I will try this out on be
!
I’m still interested in understanding your onRequestCapture
remark?
I use interceptors extensively, so I understand that - in fact, I have so many that I had to write an admin module that allows me to rearrange both their order and their respective interception points order!
My difficulty is understanding what I would put into that interceptor to fix this issue?
E.g. if I have dozens of singleton objects that I am working on and I want to test changes I am incrementally making on all of them in dev, what code would I setup to fire onRequestCapture
to grab fresh copies rather than the cached instances?