Merge pull request #1194 from hudsonfoo/open1184

[Frontend] Add notes property to all item types
This commit is contained in:
Victor Woeltjen
2016-09-27 15:28:49 -07:00
committed by GitHub
4 changed files with 46 additions and 0 deletions

View File

@@ -252,6 +252,14 @@ define([
"pattern": "\\S+",
"required": true,
"cssclass": "l-input-lg"
},
{
"name": "Notes",
"key": "notes",
"property": "notes",
"control": "textarea",
"required": false,
"cssclass": "l-textarea-sm"
}
]
},