View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005801 | OXID eShop (all versions) | 4.01. Database handling | public | 2014-06-26 08:07 | 2014-06-26 16:02 | 
| Reporter | ddonatas | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.4 / 5.1.4 | ||||
| Fixed in Version | 4.8.7 / 5.1.7 | ||||
| Summary | 0005801: Don't work oxDbMetaDataHandler class method updateViews when want update specific tables | ||||
| Description | Code:  $oMetaData = oxNew('oxDbMetaDataHandler'); $oMetaData->updateViews(array('some_db_table')); doesn't creates/updates db table view, because oxDbMetaDataHandler::updateViews( $aTables = null ) calls $oShop = oxNew( 'oxshop' ); $oShop->generateViews( $blMultishopInherit, $aMallInherit ) and methode oxShop::generateViews( $blMultishopInheritCategories = false, $aMallInherit = null ) doesn't use the passed parameters in own code  | ||||
| Tags | No tags attached. | ||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||