magento / magento/data-migration-tool

Product admin Uncaught TypeError: this.linksFieldset(…).visible is not a function

Open
#822 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
339
Forks
195
PR merge metrics
No merged PRs in 30d

Description

### Preconditions

1. Source: 1.9.4.0
2. Destination: 2.3.5
3. Fresh install of m2
4. Run migrate:settings
5. Run migrate:data
All data is migrated

### Steps to reproduce

1. When we edit product from admin then its showing loading continue and also getting this error

`"Uncaught TypeError: this.linksFieldset(...).visible is not a function" `
is showing error in console. For others product opens without any error.

We just migrate from M1 1.9.4.0 to M2 2.3.5

### Expected result

1. Admin product page will open without continue loader and without console error.

### Actual result

1. Admin Product page show console error
`"Uncaught TypeError: this.linksFieldset(...).visible is not a function" `
and continue loader is showing.
![admin_product_console](https://user-images.githubusercontent.com/66507940/84012696-939d4400-a995-11ea-9ee4-da4c9ada66b8.png)

### Additional notes

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the migrated-product case in the Magento 2.3.5 admin by running the listed migration steps and opening the affected product. Start from the browser console error for linksFieldset(...).visible and trace the product-edit flow to the relevant source; done means the product page opens without the console error or continuing loader.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.