Needs review
Project:
Migrate Plus Feeds (old name Feeds Migrate)
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2021 at 11:22 UTC
Updated:
5 Feb 2021 at 07:23 UTC
Jump to comment: Most recent
Comments
Comment #3
megachriz@ipumpkin
That's a huge amount of changes! Can you explain in more detail what you are changing and why? Is something related to updating form elements not working properly? What form elements on which form do not get updated? Can you provide the steps to reproduce the bug?
Thanks for your contribution.
Comment #4
ipumpkin@MegaChriz, It indeed has changed a lot, the main goal for this rebuild is remove the copyFormValuesToEntity logic in form plugin , and rebuild in submitConfigurationForm menthod, the form plugin should not change the entity directly ,prepare values in form submit is better.
There has a ajax form issue on importer create form:
1. open the importer create form /admin/content/feeds-migrate/importer/add
2. select a migration in "Migration Source"
3.switch anthor migration n "Migration Source"
4. the migration's settings not changed
Comment #5
ipumpkinNeed review, no idea for the test -_-