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 Version History

« Previous Version 4 Current »

There are warnings on category update in count: "translatable field count" *
("language column per field count" - 1). So we have 5 columns per field
minus one multiplying to 3 receiving: 12 warnings.

Warnings are raised because kDBItem::Load method uses all columns from
database and then assigns them to kDBItem::FieldValues attribute. Later on
update for "l2_" and "lN_" columns we are getting warnings, that they are
not present in kDBItem::Fields array, since kMultiLanguage formatter only
creates field definitions for primary language fields only.

Here is the task:

INP-502 - Getting issue details... STATUS


--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

warnings_on_category_update_before_redirect.patch

  • No labels