Problem/Motivation
When adding an entry to the 4040 ignore field, the code adds an extra white line between lines.
Proposed resolution
Avoid adding that extra line.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff-3143879-2-6.txt | 2.22 KB | johnchque |
| #6 | 3143879-extra-whiteline-6.patch | 2.99 KB | johnchque |
| #6 | 3143879-extra-whiteline-6-TEST-ONLY.patch | 2.37 KB | johnchque |
| #2 | 3143879-extra-whiteline-2.patch | 636 bytes | johnchque |
Comments
Comment #2
johnchqueThis should work. Gonna check if it breaks any test.
Comment #3
shreyal999 commentedPicking this up for review.
Comment #4
shreyal999 commentedHey yongt9412, can you help me with the module as it says.
redirect_404 was not found. [warning]
No release history available for redirect_404 8.x .
Comment #5
berdircan we test this somehow? For some reason, we thought this was necessary.
Maybe save the form and then assert what exactly has been stored?
Comment #6
johnchqueHmmm I guess that in tests we were missing this line in the end. This should not break other tests.
We also were asserting that the container had that text but not asserting the whitelines.
Comment #8
berdirCommitted.