ASM #18950 - WarnGen Templates: Special marine warning followup has formatting problem with front event type and line of storms

Change-Id: I7e4d3cca6fa3f87c90b5fcec1aee53b97ccfd644

Former-commit-id: b3417552085340863cf193e7555a581c17ec6332
This commit is contained in:
Shawn.Hooper 2016-05-13 11:30:20 -04:00
parent 52976849d0
commit 3aea06ff70
2 changed files with 4 additions and 6 deletions

View file

@ -11,7 +11,8 @@
## UPDATED PHIL KURIMSKI -- MAR 23 2015 Mixed Case ## ## UPDATED PHIL KURIMSKI -- MAR 23 2015 Mixed Case ##
## BOOKBINDER - 9/4/2015 Fixed line of storms grammar ## ## BOOKBINDER - 9/4/2015 Fixed line of storms grammar ##
## Kurimski -- Oct 22 2015 Fixed CAN/EXP section combo ## ## Kurimski -- Oct 22 2015 Fixed CAN/EXP section combo ##
######################################################################## ## BOOKBINDER 4/29/2016 Fixed issue setting StormType to Null ##
#############################################################################
#parse("config.vm") #parse("config.vm")
############################################ ############################################
## Set null variables used in the template ## Set null variables used in the template
@ -510,7 +511,6 @@ ${area.name}...
#set($stormline = "a ${eventType}") #set($stormline = "a ${eventType}")
#set($pathheader = "The ${eventType}") #set($pathheader = "The ${eventType}")
#set($specialEvent = "This ${eventType}") #set($specialEvent = "This ${eventType}")
#set($stormType = "")
#set($reportType2 = "The ${eventType} was") #set($reportType2 = "The ${eventType} was")
#end #end
####################################################################### #######################################################################
@ -522,7 +522,6 @@ ${area.name}...
#set($pathheader = "The ${volcanoPath}") #set($pathheader = "The ${volcanoPath}")
#set($specialEvent = "The ${volcanoPath}") #set($specialEvent = "The ${volcanoPath}")
#set($reportType2 = "The ${volcanoPath} was") #set($reportType2 = "The ${volcanoPath} was")
#set($stormType = "")
#set($impacted = "Locations impacted by ${volcanoPath} include...") #set($impacted = "Locations impacted by ${volcanoPath} include...")
#end #end
########################################################################## ##########################################################################

View file

@ -7,7 +7,8 @@
## Phil Kurimski -- Oct 22 2014 Mixed Case ## ## Phil Kurimski -- Oct 22 2014 Mixed Case ##
## Richard Barnhill -- Dec 30 2015 Per conversation with## ## Richard Barnhill -- Dec 30 2015 Per conversation with##
## Evan, made default hailCTA "" ## ## Evan, made default hailCTA "" ##
################################################################### ## Evan Bookbinder -- Fixed issue setting stormType to null ##
#######################################################################
#parse("config.vm") #parse("config.vm")
## Set null variables used in the template ## Set null variables used in the template
############################################ ############################################
@ -494,7 +495,6 @@ ${area.name}...
#set($pathheader = "The ${eventType}") #set($pathheader = "The ${eventType}")
#set($specialEvent = "this ${eventType}") #set($specialEvent = "this ${eventType}")
#set($reportType2 = "the ${eventType} was") #set($reportType2 = "the ${eventType} was")
#set($stormType = "")
#end #end
####################################################################### #######################################################################
## Coding for volcanos...this will override all other selections. ## Coding for volcanos...this will override all other selections.
@ -505,7 +505,6 @@ ${area.name}...
#set($pathheader = "the ${volcanoPath}") #set($pathheader = "the ${volcanoPath}")
#set($reportType2 = "the ${volcanoPath} was") #set($reportType2 = "the ${volcanoPath} was")
#set($specialEvent = "the ${volcanoPath}") #set($specialEvent = "the ${volcanoPath}")
#set($stormType = "")
#set($impacted = "Locations impacted by ${volcanoPath} include...") #set($impacted = "Locations impacted by ${volcanoPath} include...")
#end #end
####################################################################### #######################################################################