Problem/Motivation
#3003361: Fix deprecation notice for 2670454 moved the deprecation notice and added a reference to https://www.drupal.org/project/drupal/issues/2794347 #2794347: Convert web tests to browser tests for field_ui module
However, this issue is not particularly relevant. This makes it harder for developers trying to remove deprecation notices from their code.
Proposed resolution
Update the reference to the related change record at https://www.drupal.org/node/3003360
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3050363-2.patch | 1.15 KB | idebr |
Comments
Comment #2
idebr commentedAttached patch updates the node reference in \Drupal\KernelTests\KernelTestBase::installSchema():
Old: https://www.drupal.org/project/drupal/issues/2794347
New: https://www.drupal.org/node/3003360
Comment #3
idebr commentedClosed as a duplicate of #3049938: Deprecation message linking to wrong change record