View Issue Details

IDProjectCategoryView StatusLast Update
0007116OXID eShop (all versions)2.3. Extensions (modules, themes)public2020-06-05 13:25
Reporterleofonic Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.2.0 
Fixed in Version6.2.2 
Summary0007116: Module class extensions cannot be sorted in backend
DescriptionWhen trying to rearrange the order of extended classes, javascript throws an error: Uncaught TypeError: Cannot read property 'safari' of undefined
This can be fixed by upgrading jquery-ui to a newer version, but the "save"-button remains inactive nevertheless.
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2020-04-09 11:36

administrator   ~0013174

Confirmed for EE 6.2 and Browser Chrome
QA - SG -

dx_bhesse

2020-04-14 17:42

reporter   ~0013184

>but the "save"-button remains inactive nevertheless.
After upgrading to the newest jqueryui.min.js that can be fixed by changing line 34 in https://github.com/OXID-eSales/oxideshop_ce/blob/master/source/out/admin/src/js/widgets/oxmoduleslist.js#L34
from: $("#myedit [name=saveButton]").attr("disabled", "");
to: $("#myedit [name=saveButton]").prop("disabled", false);

aggrosoft

2020-05-19 14:50

reporter   ~0013229

Quick patch here

https://github.com/aggrosoft/oxid-patch-0007116/

dx_bhesse

2020-05-27 21:42

reporter   ~0013245

...and now packaged as a pull request: https://github.com/OXID-eSales/oxideshop_ce/pull/801

Alfons martin

2020-06-05 13:25

reporter   ~0013250

Thx for making the pull request to fix it and thanks for checking this one. I just took it and put it to the next 6.2. patch