mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Improved the column load optimization which was causing object reloads in various circumstances (impact can be important when loading lists with many lines):
1) When changing column settings (menu "Configure this list") 2) When a plugin was systematically reading some data (e.g. Highlighting late tickets requires to read tto/trr/status/start_date!) SVN:trunk[2925]
This commit is contained in:
@@ -99,6 +99,7 @@
|
||||
<is_null_allowed>false</is_null_allowed>
|
||||
</field>
|
||||
<field id="start_date" xsi:type="AttributeDateTime">
|
||||
<always_load_in_tables>true</always_load_in_tables>
|
||||
<sql>start_date</sql>
|
||||
<default_value/>
|
||||
<is_null_allowed>true</is_null_allowed>
|
||||
|
||||
Reference in New Issue
Block a user