mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
Typo
SVN:trunk[5201]
This commit is contained in:
@@ -609,14 +609,14 @@ class ObjectFormManager extends FormManager
|
||||
{
|
||||
$oField->SetReadOnly(true);
|
||||
}
|
||||
// - Else if it's must change (transition), we force it as not readonly and not hidden
|
||||
// - Else if it's must change (transition), we force it as mustchange, not readonly and not hidden
|
||||
elseif (($iFieldFlags & OPT_ATT_MUSTCHANGE) === OPT_ATT_MUSTCHANGE && $this->IsTransitionForm())
|
||||
{
|
||||
$oField->SetMustChange(true);
|
||||
$oField->SetReadOnly(false);
|
||||
$oField->SetHidden(false);
|
||||
}
|
||||
// - Else if it's must prompt (transition), we force it as mustchange, not readonly and not hidden
|
||||
// - Else if it's must prompt (transition), we force it as not readonly and not hidden
|
||||
elseif (($iFieldFlags & OPT_ATT_MUSTPROMPT) === OPT_ATT_MUSTPROMPT && $this->IsTransitionForm())
|
||||
{
|
||||
$oField->SetReadOnly(false);
|
||||
|
||||
Reference in New Issue
Block a user