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

g089h515r806’s picture

Test it with Following code:

$value = isset($entity->{$property_name}) ? $entity->{$property_name} : '';

for line 34.

Amestar’s picture

Issue summary: View changes

I 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

  • g089h515r806 committed 34599d4 on 7.x-2.x
    Issue #1945146: Notice: Undefined property: stdClass::$title in...
g089h515r806’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.