Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Hi guys,

Currently none of the field Formatters are not applied to the Object Field
values when using LoadFromHash method of kDBItem class.

Fix is simple - we are missing the call to this method which is used in the
Load method of the same class:

$this->UpdateFormattersSubFields();

Looks like the issue was there since the early days of In-Portal, but this
approach is not used as often which is why wasn't noticed before.

Here is a task with the patch for it:

982: Field Formatters are not applied when using LoadFromHash

INP-795 - Getting issue details... STATUS


Please test.

DA

FieldFormatters-are-not-applied-using-LoadFromHash.patch

  • No labels