Skip to content
Snippets Groups Projects
Commit 1f2c0526 authored by jaapjansma's avatar jaapjansma
Browse files

fixed issue with default values

parent 73739d2a
Branches
Tags 1.15
No related merge requests found
......@@ -127,6 +127,9 @@ class CRM_Documents_Form_Document extends CRM_Core_Form {
}
$return['contacts'] = $this->document->getContactIds();
$return['subject'] = $this->document->getSubject();
$return['type_id'] = $this->document->getTypeId();
$return['status_id'] = $this->document->getStatusId();
return $return;
}
......
......@@ -14,8 +14,8 @@
<url desc="Support">http://civicoop.org</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-11-08</releaseDate>
<version>1.16-dev</version>
<releaseDate>2021-11-10</releaseDate>
<version>1.16</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.41</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment