Closed ysb33r closed 10 months ago
IN 3.x we allowed null atriibutes to be passed through, but this now causes issues in 4.x. We need to allow the same behaviour.
Note that null and false are both valid values for an attribute set via the API, and they mean different things to the processor.
IN 3.x we allowed null atriibutes to be passed through, but this now causes issues in 4.x. We need to allow the same behaviour.