N°1194 Portal: Support for MUST_CHANGE flag on CaseLog attributes in transitions.

SVN:trunk[5199]
This commit is contained in:
Guillaume Lajarige
2018-01-04 10:38:47 +00:00
parent 3e6b3a2755
commit b9d719d636
3 changed files with 46 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?php
// Copyright (C) 2010-2016 Combodo SARL
// Copyright (C) 2010-2018 Combodo SARL
//
// This file is part of iTop.
//
@@ -19,19 +19,26 @@
namespace Combodo\iTop\Form\Field;
use \Closure;
use \DBObject;
use \Combodo\iTop\Form\Field\TextAreaField;
/**
* Description of CaseLogField
*
* @author Guillaume Lajarige <guillaume.lajarige@combodo.com>
* @since iTop 2.3.0
*/
class CaseLogField extends TextAreaField
{
protected $aEntries;
/**
* @param bool $bMustChange
* @return $this
*/
public function SetMustChange($bMustChange)
{
$this->SetMandatory($bMustChange);
return $this;
}
/**
*
* @return array