View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006702 | OXID eShop (all versions) | 2.6. Administer orders | public | 2017-10-05 10:34 | 2017-11-14 16:01 |
Reporter | juergen_busch | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0-rc.2 | ||||
Fixed in Version | 6.0.0 | ||||
Summary | 0006702: Disabled controls are not clearly visible as not writable | ||||
Description | Enterprise Edition, subshop with inherited products. All controls except of the price are not writable by default. The disabled controls are not clearly shown as not writeable (see screenshot from version 4&5 vs. 6). Long description of the product is shown and writable. | ||||
Steps To Reproduce | * create subshop in an Enterprise Edition * inherit the products of the main shop * go to Administer Products -> Products * have a look at the controls * try to change the long description | ||||
Additional Information | There are some other places in subshop, for example "Countries". | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Same behaviour as in EE 5.3. config.inc.php //define oxarticles fields which could be edited individually in subshops //do not forget to add these fields to oxfield2shop table //note the field names are case sensitive here $this->aMultishopArticleFields = array("OXPRICE", "OXPRICEA", "OXPRICEB", "OXPRICEC", "OXUPDATEPRICE", "OXUPDATEPRICEA", "OXUPDATEPRICEB", "OXUPDATEPRICEC", "OXUPDATEPRICETIME"); |
|
Fixed in next 6 release candidate with this commit: https://github.com/OXID-eSales/oxideshop_ce/commit/cc4d53cb439a38348e1e420cffa231e0d62dff10 |