You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Uncaught (in promise) TypeError: Cannot read property 'success' of undefined
It seems like there is no notification system added into the vue instance in the admin panel. This is used quite a few places, but when ever it is called it will fail.
Its seems also the notification system is used quite a few places, so this must generate an error in all instancs.
To Reproduce
Go to 'Products'
Add or find a VARIABLE_PRODUCT
Click on 'Attributes'
Click on 'Make variation'
See error in console.
Screenshots
Additional context
Generally it also seems like a very bad idea that the variations are generated in all possible combinations. This is a horrible experience if you have eg. loads of colors. But only want one of two for a particular product.
The text was updated successfully, but these errors were encountered:
Describe the bug
Uncaught (in promise) TypeError: Cannot read property 'success' of undefined
It seems like there is no notification system added into the vue instance in the admin panel. This is used quite a few places, but when ever it is called it will fail.
Its seems also the notification system is used quite a few places, so this must generate an error in all instancs.
To Reproduce
Screenshots
Additional context
Generally it also seems like a very bad idea that the variations are generated in all possible combinations. This is a horrible experience if you have eg. loads of colors. But only want one of two for a particular product.
The text was updated successfully, but these errors were encountered: