Excuse me for not checking sooner, I have not been around for a while. I can see you have spent a lot of time on making a proper patch! That's great, very appreciated! I have looked at the code and would certainly be fine merging it. While I do not have time to test it properly, I can see you have been working on it together which I guess qualifies for reviewed and tested by the community.
I'm sorry I don't manage finding sufficient time to properly maintain the project as of now. If there is something left to do on the change, feel free to add. In any case, I'd be super ok merging. I have seen the notes on deprecating migrations to be removed in a future beta version 3.0. I'm just not 100% sure which code is to be removed then, in addition to deleting
PerComponentEntityFormDisplayInsert
andFieldInstanceWidgetInsertSettings
. I guess I would then also remove dealing withinsert_migration_plugins_alter
ininsert_migration_plugins_alter
and removeMigrateInsertWidgetSettings::standaloneMigrationIsOmittable
as well asd7_field_instance_widget_insert_settings.yml
along?Just a tiny thing my IDE was complaining when looking at the code:
protected static function getTargetStyleFromSource($source_style = NULL): string {
in
MigrateInsertWidgetSettings
would be missing the parameter's type declaration:protected static function getTargetStyleFromSource(string $source_style = NULL): string {
I'll just add that before merging in, if there is nothing else left.
Sorry again for not being around for a long time.
-
Snater →
committed 297c428a on 8.x-2.x authored by
srishtiiee →
Issue #3264463 by srishtiiee, huzooka: Fix bugs of D7->D9 insert...
-
Snater →
committed 297c428a on 8.x-2.x authored by
srishtiiee →
- Status changed to Fixed
over 1 year ago 7:47am 3 March 2023 Automatically closed - issue fixed for 2 weeks with no activity.