Raul824 opened a new issue, #34092: URL: https://github.com/apache/airflow/issues/34092
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened I was changing the roles to remove all delete access. But as soon as I remove permission "Can Delete on Task Instances" clear task takes to a blank page. Shouldn't clear task access work without Delete access? ### What you think should happen instead Can Delete Task Instance should not affect clear task access. ### How to reproduce Copy the Op role and remove all Can Delete and assign that role to a user. That user will not be able to clear task instance now. add "Can Delete on Task Instances" permission to the role and user will now have access to clear task instances page. ### Operating System Redhat 8 ### Versions of Apache Airflow Providers 2.6.1 ### Deployment Docker-Compose ### Deployment details airflow 2.6.1 running on Docker with postgres 13 and pgbouncer. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
