View Issue Details

IDProjectCategoryView StatusLast Update
0001844OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-07 13:59
Reportergpayer Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.3.1 revision 27257 
Fixed in Version4.3.2 revision 27884 
Summary0001844: "Bundle article" in Article->Extended does not work (4.3.0 and 4.3.1)
DescriptionThe reason for this is, that oxbundleid is not set correctly in the ajax javascript code.

In out/admin/tpl/popups/article_bundle.tpl line 54 must be changed from

sRequest = '&oxbundleid=' + oParam._oData._5;

to

sRequest = '&oxbundleid=' + oParam._oData._6;
TagsAJAX
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.