potiuk commented on a change in pull request #9612:
URL: https://github.com/apache/airflow/pull/9612#discussion_r448471527



##########
File path: UPDATING.md
##########
@@ -66,6 +66,14 @@ https://developers.google.com/style/inclusive-documentation
 
 Now use NULL as default value for dag.description in dag table
 
+### Restrict editing DagRun State in the old UI (Flask-admin based UI)
+
+Before 1.10.11 it was possible to edit DagRun State in the `/admin/dagrun/` 
page
+ to any text.
+
+From Airflow 1.10.11, you would still be able to set from dropdown to a 
pre-defined option
+ but would not allow setting it to any text.

Review comment:
       ```suggestion
   Before 1.10.11 it was possible to edit DagRun State in the `/admin/dagrun/` 
page
    to any text.
   
   In Airflow 1.10.11+, the user can only choose the states from the list.
   ```




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to