(Retrofit from trunk) N.707 Export of custom fields: improved the xlsx format and implemented the spreadsheet format (both are aligned)

SVN:2.4[4936]
This commit is contained in:
Romain Quetiez
2017-09-22 13:52:25 +00:00
parent c7e7976607
commit 4611442665
3 changed files with 9 additions and 7 deletions

View File

@@ -7406,7 +7406,7 @@ class AttributeCustomFields extends AttributeDefinition
public function GetEditValue($sValue, $oHostObj = null)
{
return 'GetEditValueNotImplemented for '.get_class($this);
return $this->GetForTemplate($sValue, '', $oHostObj, true);
}
/**