ashb commented on issue #4569: [AIRFLOW-3745] Fix viewer not able to view dag details URL: https://github.com/apache/airflow/pull/4569#issuecomment-469796095 @feng-tao Okay I've got a reproduction case, I'm not sure which PR it applies to: 1. Start with airflow 1.10.1 in a fresh install 2. Run `AIRFLOW__WEBSERVER__RBAC=true airflow initdb` 3. Run `airflow create_user --username op --password op --role Op --firstname op@localhost --lastname "-" --email "op@localhost"` 4. Log in with op:op 5. You should be able to pause/unpause a DAG (Refresh to check, or look at the status of the request in the browser inspector as the checkbox is updated irrespective of any error returned) 6. upgrade to 1.10.2 (including running `airflow upgradedb`) 7. Try pausing/unpausing again. Check the status - for me it failed. For me after upgrading to 1.10.2 pause doesn't work and I get a 302 to `/login` instead. Given it's sometime between 1.10.1 and 1.10.2 it's probably not related to this PR.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
