## PEP - Error Management - Issues
1. [name=Cristina Petre] [FE] ***Failed to fetch*** for dashboard charts (deny rule for list titles)
[deny list titles - dashboard chart](https://i.imgur.com/UKVe908.png)
- [ ] DEV
- [ ] QA
2. **Could not fetch the list of generated files.** when denying List, Read for Workflow on Workbench of a file.
```
deny[msg] {
utils.is_type_action("Workflow", "Read")
msg := "No Read WF"
}
deny[msg] {
utils.is_type_action("Workflow", "List")
msg := "No List WF"
}
```
[Image1](https://i.imgur.com/ifnL1Uu.png)
[Image2](https://i.imgur.com/XDV6GoO.png)
- [ ] DEV
- [ ] QA