Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

bulk delete button works in DtBundleDemo10, but not in version 1.0.3 l because of Remove action method on ActionColumn  #733

@Sluimers

Description

@Sluimers

In PropertyAccessor line 623 for MultiselectColumn when adding actions, in the demo
calls this method:

$object->{$access[self::ACCESS_NAME]}($value);

but in version 1.0.3 this method is called:

$this->writeCollection($zval, $property, $value, $access[self::ACCESS_ADDER], $access[self::ACCESS_REMOVER]);

This results into the setAttributes method of Action instead of MultiSelectAction being called.

P.S. Unless the remove action was meant fix another bug, added features should be reserved for minor versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions