อัปเดตครั้งล่าสุดเมื่อ
21 ธ.ค. 2021
Symptoms
You are accessing a CQ5 author instance through the Day Dispatcher web module and you are unable to delete workflow models.
Steps to reproduce:
- Log into CQ author instance (make sure you're traversing through the dispatcher)
- Create a new workflow (title = workflowToDelete)
- Note the workflow was successfully created
- Right click on the workflow you just created and click 'delete'. Click 'yes' to confirm.
- Note the error message box: ERROR 'Could not delete workflow model!!'
Resolution
Add the following headers to your dispatcher.any
file configuration in the /clientheaders
section:
x-http-method-override, x-requested-with
{{
/clientheaders
{
...
"x-http-method-override"
"x-requested-with"
}
Applies to
CQ5.1, CQ 5.2.X