#930 AttributeExternalFields displayed in a form are automatically refreshed when their "parent" field is modified...

SVN:trunk[3186]
This commit is contained in:
Denis Flaven
2014-06-02 16:05:20 +00:00
parent 2d0ca37f27
commit 1572d9da5a
4 changed files with 25 additions and 15 deletions

View File

@@ -3251,6 +3251,12 @@ class AttributeExternalField extends AttributeDefinition
throw new CoreException("Unexpected value for argument iType: '$iType'");
}
}
public function GetPrerequisiteAttributes()
{
return array($this->Get("extkey_attcode"));
}
public function GetExtAttDef()
{