View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006711 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2017-10-18 10:35 | 2017-11-30 10:54 |
Reporter | HR | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0-rc.3 | ||||
Target Version | 6.0.0-rc.3 | Fixed in Version | 6.0.0 | ||
Summary | 0006711: admin/oxajax.php needs to handle module namespaced ajax container classes | ||||
Description | Seems like admin/oxajax.php still relies on the BC classes. The ajax container class is expected to be controller key . '_ajax'. What needs to be added here is resolving controller key (usually the old BC class name) to a namespace. Current version works fine as long as no namespace module tries to use its own admin ajax popup drag and drop. Issue appears with the b2b/Offers submodule when fully ported to namespaces. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
duplicate of | 0006668 | resolved | robert blank | in source/admin/oxajax.php ControllerClassNameResolver is not used for resolving container. Can't create custom drag&drop in mod |
|
This needs to be resolved best before 6.0 release and has to be resolve dbefore B2B fully ported to namespaces version is released. |
|
This bug was resolved with this commit: https://github.com/OXID-eSales/oxideshop_ce/commit/63788d285e5dc411c91f9fe05d2177368049da42 |