Skip to content

Commit

Permalink
Fix specimen
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 21, 2019
1 parent 8059463 commit dcf0764
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/comm/action/class/actioncomm.class.php
Expand Up @@ -1814,7 +1814,9 @@ public function initAsSpecimen()
$this->location = 'Location';
$this->transparency = 1; // 1 means opaque
$this->priority = 1;
$this->note = 'Note';
$this->note = "This is a 'public' note";
$this->note_public = "This is a 'public' note.";
$this->note_private = "This is a 'private' note.";

$this->userownerid = $user->id;
$this->userassigned[$user->id] = array('id'=>$user->id, 'transparency'=> 1);
Expand Down

0 comments on commit dcf0764

Please sign in to comment.