Changes for page IncidentGallery
Summary
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -1,6 +1,6 @@ 1 1 {{groovy}} 2 2 def tags = binding.variables['tags'] 3 -def includeTags = tags*.toLowerCase(). collect{ it.replaceAll('_',' ')}3 +def includeTags = tags?.split(',')*.trim()*.toLowerCase().findAll { it } 4 4 5 5 def maxCount = 100 6 6 def hql = """ - Macro content availability
-
... ... @@ -1,1 +1,0 @@ 1 -No content