View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005605 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2014-01-15 11:29 | 2014-02-24 11:23 | 
| Reporter | martinwegele | Assigned To | |||
| Priority | low | Severity | text | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.1 / 5.1.1 | ||||
| Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
| Summary | 0005605: frame is not loaded | ||||
| Description | In application\views\admin\tpl\nav_frame.tpl there are two identical if-checks:[{if $oViewConf->blLoadDynContents && $oViewConf->sShopCountry}]They will always evaluate to false because both attributes are not set. Is this additional frameset needed at all?  | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| 
		 | 
	
	Hi, @martinwegele. This additional frameset is not needed at all, because this banner is not used in shop since version 4.6.0. Best regards, Jurate  | 
| 
		 | 
	Check will not be made twice, it will be assigned to a variable at start. |