Skip to content

Commit

Permalink
v1.5.0: First inclusion of fuzzy search. Updated fullcalendar plugin.…
Browse files Browse the repository at this point in the history
… Various improvements.
  • Loading branch information
mfakih294 committed Mar 25, 2021
1 parent ffb06db commit d630ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grails:
info:
app:
name: nibras
version: 1.4.9
version: 1.5.0
grailsVersion: '@info.app.grailsVersion@'
server:
contextPath: '/nibras'
Expand Down
4 changes: 2 additions & 2 deletions grails-app/views/gTemplates/_recordSummary.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -778,13 +778,13 @@
</g:remoteLink>
</span>
%{-- <g:if test="${record.class.declaredFields.name.contains('tags') && record.tags}">--}%
<g:if test="${record.class.declaredFields.name.contains('tags') && record.tags}">
%{-- <br/> &nbsp;--}%
<g:render template="/tag/tags" model="[instance: record, entity: entityCode]"/>
%{-- </g:if>--}%
%{-- <g:if test="${record.class.declaredFields.name.contains('contacts') && record.contacts}">--}%
&nbsp; <g:render template="/tag/contacts" model="[instance: record, entity: entityCode]"/>
%{-- </g:if>--}%
</g:if>
%{--<br/>--}%
Expand Down

0 comments on commit d630ce8

Please sign in to comment.