David Allen

Results 4 comments of David Allen

Furthermore, it would be great to only do an update on the fields passed, and to leave the other fields alone. I have a use case where a client wants...

I've dug into it a bit, and I think that it's part of the MODX `resource/update` processor. I'm trying to figure out it's possible to prevent the replacement of all...

Yeah, it definitely is the MODX [resource/update processor](https://github.com/modxcms/revolution/blob/2.x/core/model/modx/processors/resource/update.class.php#L527-L613). It queries all of the modx templateVariables, and either sets their new value to the value passed to the processor, or the...