Quellcode durchsuchen

fixed weight processor

Josh vor 4 Jahren
Ursprung
Commit
655e962ea6
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      storage/sections/weight/processor.php

+ 2 - 1
storage/sections/weight/processor.php

@@ -40,7 +40,8 @@ $newContentData = [
         [
             'label'=> 'weight',
             'value' => $weight, 
-            'effectiveDate' => $effectiveDate
+            'effectiveDate' => $effectiveDate,
+            'memo' => 'Created from note.'
         ]
     ]
 ];