Locales -> Sites - Vue "options" list items appear for a split second and then disappear

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kdim95
Advanced
Posts: 208
Joined: 26 Aug 2022, 12:17

Locales -> Sites - Vue "options" list items appear for a split second and then disappear

Post by kdim95 » 23 Jun 2023, 08:47

Laravel framework version: 10.13.5
Aimeos Laravel version: ~2023.04
PHP Version: 8.2.7
Environment: Linux

Hello,

Here is what I'm experiencing:
1) Open up Locales -> Sites and select my site
2) The "options" on the right appear for a split second with their keys and values
3) The options disappear and I'm left with a list of empty fields
options.PNG
options.PNG (6.69 KiB) Viewed 8828 times
No errors are thrown in the console.

kdim95
Advanced
Posts: 208
Joined: 26 Aug 2022, 12:17

Re: Locales -> Sites - Vue "options" list items appear for a split second and then disappear

Post by kdim95 » 23 Jun 2023, 23:27

I think that the problem is in this file:
ai-admin-jqadm/js/product.js

I updated it manually with the file from github and the problem was fixed.

The file is not updating with composer up.
Using "aimeos/ai-admin-jqadm": "~2023.04.x-dev" also fails.

It keeps downloading the wrong version of the file.

User avatar
aimeos
Administrator
Posts: 7915
Joined: 01 Jan 1970, 00:00

Re: Locales -> Sites - Vue "options" list items appear for a split second and then disappear

Post by aimeos » 26 Jun 2023, 07:00

Thank you for your investigations!
The problem was a query selector which wasn't specific enough and this has been fixed now. Please run "composer up" to get the latest version of the aimeos/ai-admin-jqadm extension.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kdim95
Advanced
Posts: 208
Joined: 26 Aug 2022, 12:17

Re: Locales -> Sites - Vue "options" list items appear for a split second and then disappear

Post by kdim95 » 26 Jun 2023, 07:43

Thanks, it's fixed in ai-admin-jqadm 2023.04.8

Post Reply