In core/modules/views_ui/src/ViewAddForm.php file , comment just above constructor has different form name like as follow.
protected $wizardManager;
/**
* Constructs a new ViewEditForm object.
*
* @param \Drupal\views\Plugin\ViewsPluginManager $wizard_manager
* The wizard plugin manager.
*/
Replace ViewEditForm with the ViewAddForm
protected $wizardManager;
/**
* Constructs a new ViewAddForm object.
*
* @param \Drupal\views\Plugin\ViewsPluginManager $wizard_manager
* The wizard plugin manager.
*/
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff-2-6.txt | 390 bytes | hardik_patel_12 |
| #6 | 3157462-6.patch | 723 bytes | hardik_patel_12 |
Comments
Comment #2
hardik_patel_12 commentedKindly review a patch.
Comment #3
sd9121 commentedComment #4
sd9121 commentedHi @Hardik_Patel_12,
I have applied your patch and it's fixing the comment of class, but there is one more comment you need to update for form.
Thanks!
Comment #5
sd9121 commentedComment #6
hardik_patel_12 commentedKindly review a new patch.
Comment #7
sd9121 commentedComment #8
sd9121 commentedHi @Hardik_Patel_12,
I have reviewed your patch and it looks good to me.
Thanks.
Comment #9
sd9121 commentedComment #10
alexpottCommitted and pushed 84241510b2 to 9.1.x and 5af3c86e94 to 9.0.x and ee175ce9f9 to 8.9.x. Thanks!