magento / magento/data-migration-tool
Product admin Uncaught TypeError: this.linksFieldset(…).visible is not a function
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.

### Additional notes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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