git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3708 a333f486-631f-4898-b8df-5754b55c2be0
@@ -4136,6 +4136,12 @@ class AttributeStopWatch extends AttributeDefinition
return $this->Get('states');
}
+ public function AlwaysLoadInTables()
+ {
+ // Each and every stop watch is accessed for computing the highlight code (DBObject::GetHighlightCode())
+ return true;
+ }
+
/**
* Construct a brand new (but configured) stop watch
*/