Notice: Undefined index: properties in _views_bulk_operations_modify_action_get_properties() (line 402 of /views_bulk_operations/actions/modify.action.inc).

Solve by adding on line 402 of _views_bulk_operations_modify_action_get_properties:
if(isset($property_info['properties'])){

and close it at 428:
}

Comments

bojanz’s picture

Can you test 7.x-3.0? RC1 is 6 months old, the issue is already fixed maybe.

bojanz’s picture

Status: Active » Postponed (maintainer needs more info)
ouelmart’s picture

Version: 7.x-3.0-rc1 » 7.x-3.1
Status: Postponed (maintainer needs more info) » Patch (to be ported)
StatusFileSize
new2.57 KB

i have the same issue but on line 416, i 'fixed' it by adding a condition.

if(isset($property_info['properties'])) {

and add a patch

bojanz’s picture

Issue summary: View changes
Status: Patch (to be ported) » Needs review

Correcting status.

bojanz’s picture

Title: While enabling the module and first usage the mentioned bellow error is triggered » Notice: Undefined index: properties in _views_bulk_operations_modify_action_get_properties()
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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