Problem/Motivation
webchick added in #2927230-12: 3/3 JS codestyle: camelcase a deprecation message pointing to 8.0.0, it should point to 8.5.0
* @deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0.
+ * Use elementSettings.Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 2928137-1.patch | 446 bytes | blakemorgan |
Comments
Comment #2
blakemorgan commentedComment #3
blakemorgan commentedSince this was deprecated in Drupal 8.0.0, the message is correct. If it was current up to 8.5.0 then deprecated, then the message would need to say 8.5.0.
Comment #4
xjmHow could this possibly have been deprecated as of 8.0.0 when the patch that added the deprecation was literally committed yesterday? :) We just need to change it to say 8.5.0 (it was a typo or copypaste error).
Comment #5
blakemorgan commentedComment #6
blakemorgan commentedComment #7
dawehnerThank you!
Comment #8
lauriiiCommitted 017e42e and pushed to 8.5.x. Thanks!