View Issue Details

IDProjectCategoryView StatusLast Update
0006177OXID eShop (all versions)2.4. Administer productspublic2024-02-07 11:49
Reporterm4r73n Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version4.9.4 / 5.2.4 
Summary0006177: Article_Main::_getEditValue($oObject, $sField) always returns OXLONGDESC, ignoring $sField
DescriptionFrom the doc comment, the function ArticleMain::_getEditValue($oObject, $sField) is supposed to get any field from the database and return the texted formatted in the way that it can be shown in an editor. However, this function ignores the paramter $sField altogether and just returns the long description.

In the standard installation this is not a problem, since the only field shown in an editor on the article page is the long description, however, when adding additional fields that could be edited, using the ArticleMain::_generateTextEditor() function is not possible, since it class the ArticleMain::_getEditValue().
TagsNo tags attached.
ThemeAll
BrowserNot defined
PHP VersionAll
Database VersionAll

Relationships

duplicate of 0005295 confirmedSven Brunk Impossible to use more than one wysiwyg-editor on one page 

Activities

QA

2015-06-25 15:04

administrator   ~0011060

Confirmed

Sven Brunk

2024-02-07 11:49

administrator   ~0016259

I close this as duplicate because it is exactly the reason why the older ticket does not work and there is already a ticket for that in the backlog.