#set ($hasStartDate = false) #if ($CommonFunctions.getNotUsed("StartDate").length() == 0) #set ($hasStartDate = true) #end #set ($hasCompletionDate = false) #if ($CommonFunctions.getNotUsed("CompletionDate").length() == 0) #set ($hasCompletionDate = true) #end #set ($hasDepartment = false) #if (($departmentList.size() > 0) && ($CommonFunctions.getNotUsed("Department").length() == 0)) #set ($hasDepartment = true) #end #set ($hasType = false) #if (($typesList.size() > 0) && ($CommonFunctions.getNotUsed("Type").length() == 0)) #set ($hasType = true) #end #set ($hasGroup = false) #if (($groupList.size() > 0) && ($CommonFunctions.getNotUsed("Group").length() == 0)) #set ($hasGroup = true) #end #set ($hasSubmittedTo = false) #if (($submittedToList.size() > 0) && ($CommonFunctions.getNotUsed("SubmittedToId").length() == 0)) #set ($hasSubmittedTo = true) #end #set ($hasSponsor = false) #if (($sponsorList.size() > 0) && ($CommonFunctions.getNotUsed("SponsorId").length() == 0)) #set ($hasSponsor = true) #end #set ($hasProjectManager = false) #if (($projectManagerList.size() > 0) && ($CommonFunctions.getNotUsed("ManagerId").length() == 0)) #set ($hasProjectManager = true) #end #set ($hasStatus = false) #if (($statusList.size() > 0) && ($CommonFunctions.getNotUsed("Status").length() == 0)) #set ($hasStatus = true) #end #set ($hasOwner = false) #if (($ownersList.size() > 0) && ($CommonFunctions.getNotUsed("OwnerId").length() == 0)) #set ($hasOwner = true) #end #set ($hasRequestor = false) #if (($requestorsList.size() > 0) && ($CommonFunctions.getNotUsed("RequestorId").length() == 0)) #set ($hasRequestor = true) #end #set ($hasTeamMembers = false) #if (($teamMembersList.size() > 0) && ($CommonFunctions.getNotUsed("MembersId").length() == 0)) #set ($hasTeamMembers = true) #end
$CommonFunctions.getTermFromResourceBundle($currentUserId, "ProjectDialogs", "batchprojectchanges.settingstitle")
#foreach ($customCategory in $customCategoryList) #set ($ccID = "cc") #set ($ccID = $ccID.concat($customCategory.get(0).getCategoryId())) #end
$CommonFunctions.displayTermFromResourceBundle($currentUserId,"ProjectDialogs","batchprojectchanges.settings.trackdonttrack")
$CommonFunctions.getDisplayReadyLabel("Status")
$CommonFunctions.getDisplayReadyLabel("ManagerId") #if (!$isManagerMutli)
$CommonFunctions.getDisplayReadyLabel("SponsorId") #if (!$isSponsorMutli)
$CommonFunctions.getDisplayReadyLabel("OwnerId") #if (!$isOwnerMutli)
$CommonFunctions.getDisplayReadyLabel("RequestorId") #if (!$isRequestorMutli)
$CommonFunctions.getDisplayReadyLabel("SubmittedToId") #if (!$isSubmittedToMutli)
$CommonFunctions.getDisplayReadyLabel("MembersId")
$CommonFunctions.getDisplayReadyLabel("Group")
$CommonFunctions.getDisplayReadyLabel("Type")
$CommonFunctions.getDisplayReadyLabel("Department")
$CommonFunctions.getDisplayReadyLabel("StartDate")
$CommonFunctions.getDisplayReadyLabel("CompletionDate")
1) style="display:block" #else style="display:none" #end >
$CommonFunctions.displayReady($customCategory.get(0).getName()) #set ($custcatID = $customCategory.get(0).getFullId()) #set ($hasMultipleValues = false) #set ($state = $customCategoryMap.get($custcatID)) #if ($state && $state.equals("MULTIPLE")) #set ($hasMultipleValues = true) #end #if ($hasMultipleValues)