## Type field
#if ($policyCheck.canSeeCoreData("Type"))
$CommonFunctions.getDisplayReadyLabel("Type"):
|
|
#end
## Process field
#if ($policyCheck.canSeeCoreData("Process"))
$CommonFunctions.getDisplayReadyLabel("Process"):
|
|
#end
## Group field
#if ($policyCheck.canSeeCoreData("Group"))
$CommonFunctions.getDisplayReadyLabel("Group"):
|
|
#end
## Department field
#if ($policyCheck.canSeeCoreData("Department"))
$CommonFunctions.getDisplayReadyLabel("Department"):
|
|
#end
#set ($catIndex = 0)
#foreach ($category in $categoryVector)
#set ($styleDisplay = "display:none")
#if (!$categoryApplicableForTypeSet.contains($category.getCategoryId(),$StringUtil.nullToEmpty($project.getType())))
#set ($styleDisplay = "display:block")
#end
#set ($canSpecifyCustomCategory = $policyCheck.canSpecifyCustomCategoryWithoutProjectId($category.getCategoryId()))
##set ($canSpecifyCustomCategory = $canSpecifyCustomCategorySet.contains($category.getCategoryId()))
#set ($categoryId = $projectCategoryIdVector.get($catIndex))
$CommonFunctions.displayReady($category.getName()):
|
#if ($category.getProperties().indexOf("Multiple") != -1)
#else
#end
|
#set ($catIndex = $catIndex + 1)
#end
#parse("/project/customcattypedependency.vm")