From f9ce27def3a6625e9f531adc252484ef7cc8159a Mon Sep 17 00:00:00 2001 From: David Hudson Date: Sun, 18 Sep 2016 01:27:12 +0900 Subject: [PATCH] [Frontend] Add attributes for storing notes Issue #1184 --- platform/core/bundle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/core/bundle.js b/platform/core/bundle.js index 8567d11fc3..0f2ba311c3 100644 --- a/platform/core/bundle.js +++ b/platform/core/bundle.js @@ -255,6 +255,8 @@ define([ }, { "name": "Notes", + "key": "notes", + "property": "notes", "control": "textarea", "required": false, "cssclass": "field-notes"