- 🇧🇷Brazil viniciusrp
I am facing this error with Data Policy Export module from Data Policy module.
The Data Policy Export create a Action, it's defined by the annotitation below:
* @Action( * id = "data_policy_export_data_policy_action", * label = @Translation("Export the selected data policies to CSV"), * type = "user_consent", * confirm = FALSE * )
So when I go to a list where that Action is available, the error happen.
The patch from #2 comment isn't working as expect, because they remove the Action from list and I need the Action available.
My how to reproduce:
- Install Data Policy
- Enable Data Policy and Data Policy Export modules
- Try to access the Data Policy Agreements report (/admin/reports/data-policy-agreements?data-policy-revision)I am attaching a patch where I fixed and is working for my case
- 🇳🇱Netherlands robertragas
@viniciusrp I believe in the case for the data_policy module the issue lies in how the action gets attached to the view itself. Because re-attaching the VBO action to the view also solves the issue which indicated a broken config for the view as Graber states.