Fix Toggle Wrap on DAG code page#19211
Conversation
|
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
|
How does |
That's a good point, I must have missed that. I've added the |
Co-authored-by: Brent Bovenzi <brent.bovenzi@gmail.com>
|
Hi, is there anything else required for this PR? |
Co-authored-by: Brent Bovenzi <brent.bovenzi@gmail.com> (cherry picked from commit a1632ed)
Closes #17047
Root of issue: ToggleWrap function was undefined.
After applying the changes (see line 31):
Before clicking

Toggle Wrap:After clicking

Toggle Wrap: