Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Imported from: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/d6e97632e600776c#

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 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:

warnings_on_category_update_before_redirect.patch

Related Tasks

Jira Legacy
serverIn-Portal Issue TrackerSystem Jira
serverId126bf1dc513b375f-b5748291-35223313-8c149d9f-3dd94dfb9de1704c39b1f915
keyINP-502

--
Best Regards,

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

warnings_on_category_update_before_redirect.patch