Closed (fixed)
Project:
Drupal core
Version:
9.2.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Feb 2021 at 21:12 UTC
Updated:
6 Jul 2021 at 15:09 UTC
Jump to comment: Most recent
Comments
Comment #3
matroskeenI must admit, this is pretty straightforward 😅
Comment #4
matroskeenchanging to migration component
Comment #5
quietone commentedThis looks fine and can be RTBC. However, I am now thinking that maybe we should expand the scope to include other modules that have source plugins that do not have configuration keys. See my comment in the Meta [#3189481#15]
Comment #6
matroskeenSounds good. We'll get back to this task later :)
Comment #7
matroskeenAdded remaining source plugins. Please let me know if the list is too long, I will try to split it up somehow.
Comment #8
matroskeenComment #9
quietone commentedNice, good to get this done. I found only two nits.
I made a patch and it is 26K so size of the patch isn't a problem and I don't think the number of files is a problem either. It is the same fix for all of them so let's do it in one go.
Comment #10
matroskeenEasiest fixes ever :) Thanks for the review @quietone!
Comment #11
quietone commented@Matroskeen, thanks.
I reviewed the latest changes and they are now consistent with the other source plugins. That was the only item to fix so this is can be RTBC.
Comment #13
quietone commentedThis needs work to change the @see, https://git.drupalcode.org/project/drupal/-/merge_requests/185#note_25466. Matroskeen and I are working on this.
Comment #14
matroskeenDone 🤓
Comment #15
quietone commentedI reviewed that changes in the last commit and they fix the formatting of the sentence before the @see. Since prior to that change this was RTBC I am setting back to RTBC.
Comment #19
catchCommitted/pushed to 9.3.x and cherry-picked to 9.2.x, thanks!