mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 13:22:42 +01:00
Minor, fix an issue with StoredCustomFields that serialize, like JIRA
This commit is contained in:
parent
44b41a94ae
commit
06626205fe
1 changed files with 5 additions and 0 deletions
|
@ -39,4 +39,9 @@ abstract class DifferentialStoredCustomField
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function setValueFromApplicationTransactions($value) {
|
||||
$this->setValue($value);
|
||||
return $this;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue