From dcf07646cc748b4d2f05b2d9f2f864423d15162c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 Dec 2019 14:01:40 +0100 Subject: [PATCH] Fix specimen --- htdocs/comm/action/class/actioncomm.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 38af9bfd4fd..2de1b00c683 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -1814,7 +1814,9 @@ class ActionComm extends CommonObject $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);