#1215: URL fields can now store up to 2048 characters

SVN:trunk[4030]
This commit is contained in:
Denis Flaven
2016-05-04 09:55:24 +00:00
parent 2b12a86fa8
commit 3c4845cf99
4 changed files with 76 additions and 2 deletions

View File

@@ -1201,7 +1201,7 @@ EOF
{
$sAttCode = $oOperation->Get('attcode');
if (get_class($oOperation) == 'CMDBChangeOpSetAttributeScalar')
if ((get_class($oOperation) == 'CMDBChangeOpSetAttributeScalar') || (get_class($oOperation) == 'CMDBChangeOpSetAttributeURL'))
{
$oAttDef = MetaModel::GetAttributeDef($sClass, $sAttCode);
if ($oAttDef->IsExternalKey())