Skip to content

Commit

Permalink
closes issue #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Jul 13, 2019
1 parent 448141a commit 62df985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grails-app/taglib/opt/OptGuiTagLib.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.cabolabs.openehr.opt.model.*
class OptGuiTagLib {

//static defaultEncodeAs = [taglib:'html']
// static defaultEncodeAs = [taglib:'raw']
//static defaultEncodeAs = [taglib:'raw']
//static encodeAsForTags = [tagName: [taglib:'html'], otherTagName: [taglib:'none']]

// icon for each IM type
Expand Down Expand Up @@ -35,7 +35,8 @@ class OptGuiTagLib {
'DV_DATE': 'calendar',
'DV_DATE_TIME': 'calendar',
'DV_TEXT': 'font',
'DV_CODED_TEXT': 'list-ul'
'DV_CODED_TEXT': 'list-ul',
'CODE_PHRASE': 'list-ul'
]

// attributes of the IM that are not in the OPT
Expand Down
Binary file modified lib/openEHR_OPT.jar
Binary file not shown.

0 comments on commit 62df985

Please sign in to comment.