You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/09 18:21:07 UTC

[GitHub] [airflow] bbovenzi commented on a change in pull request #16233: Fix TI success/failure links

bbovenzi commented on a change in pull request #16233:
URL: https://github.com/apache/airflow/pull/16233#discussion_r648559782



##########
File path: airflow/www/templates/airflow/dag.html
##########
@@ -317,12 +317,12 @@ <h4>Task Actions</h4>
             </div>
           </form>
           <hr style="margin-bottom: 8px;">
-          <form method="POST" data-action="{{ url_for('Airflow.success') }}">
-            <input type="hidden" name="csrf_token" value="{{ csrf_token() }}">

Review comment:
       Why did we remove this? I'm running the branch locally and getting a `Bad Request The CSRF token is missing.` error when marking a dag run as success or failure. Task instances work fine.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org