Skip to content

Commit

Permalink
added proper ui fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
merovingienne committed May 29, 2017
1 parent edab879 commit 7de7ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/pages/createEditProcedure.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ input.error {
initialValue : (procedure.name ?: '')
])}

${ui.includeFragment("emr", "field/textarea", [
${ui.includeFragment("uicommons", "field/textarea", [
label : ui.message("general.description"),
formFieldName: "description",
id : "description",
Expand Down

0 comments on commit 7de7ed5

Please sign in to comment.