浏览代码

fixed weight processor

Josh 4 年之前
父节点
当前提交
655e962ea6
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.'
         ]
     ]
 ];