View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005883 | OXID eShop (all versions) | 2.3. Extensions (modules, themes) | public | 2014-09-16 09:44 | 2014-09-18 14:55 |
Reporter | aurimas.gladutis | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.0_5.2.0_RC1 | ||||
Target Version | 4.9.0_5.2.0_RC2 | Fixed in Version | 4.9.0 / 5.2.0 | ||
Summary | 0005883: Help texts does not appear in module settings window. | ||||
Description | Help texts does not appear in module settings window. | ||||
Steps To Reproduce | Add any module with which has settings with help texts Try to open help text (press ?) | ||||
Tags | No tags attached. | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
In module_config.tpl file noConflict() was missing after inclusion of jquery: [{oxscript include="js/libs/jquery.min.js"}] [{oxscript include="js/libs/jquery-ui.min.js"}] [{oxscript include="js/widgets/oxmoduleconfiguration.js"}] [{oxscript add="$('#moduleConfiguration').oxModuleConfiguration();" priority=10}] [{oxscript add="$.noConflict();" priority=10}] |