When using VBO to modify nodes, I get this error on the VBO confirmation screen:
Notice: Undefined property: stdClass::$title in property_validation_field_attach_validate() (line 34 of /sites/all/modules/field_validation/property_validation/property_validation.module).
Comments
Comment #1
g089h515r806 commentedTest it with Following code:
for line 34.
Comment #2
Amestar commentedI had the same problem and #1 solved it.
I am using the following versions on Drupal 2.8
Fields Field Validation (field_validation) 7.x-2.4
Fields Field Validation UI (field_validation_ui) 7.x-2.4
Fields Property Validation (property_validation) 7.x-2.4
Comment #4
g089h515r806 commented