View Issue Details

IDProjectCategoryView StatusLast Update
0001136OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:17
Reportermafi Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001136: Inheritance and overriding of article longdesc does not work
DescriptionWhen adding "oxlongdesc" to "aMultishopArticleFields" array in order to allow an overriding of the article long desc in subshops there are some problems:

- There is a problem with escaping of HTML chars, as all html tags are escaped.
- When overriding the text in an inhertied article in subshop1 the same new article longdesc is also visible in the main shop. Additionally also in admin of main shop the new longdesc of subshop is visible.
- It's possible to save the longdesc in main shop admin but its still not visible in main shop, but in another subshop (e.g.2) without a oxfield2shop entry. Although this is the wanted behaviour together with the mentioned bugs its even more confusing)
TagsSubshops
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

mafi

2009-07-27 14:51

reporter   ~0001281

it seems that the same problem occurs also for all other fields. I just tried "oxean" ...

sarunas_valaskevicius

2009-08-21 10:50

reporter   ~0001477

fixed in oxlongdesc setter and retriever methods