From 162cf174894f9fd10d84c3069a9e86b81c3e2da7 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Feb 05 2011 02:51:34 +0000 Subject: Update Brands pre-rendition configuration script to change renderBrand from post-rendition action to last-rendition action. --- diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh index 2709b46..d71ad4c 100755 --- a/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh +++ b/Scripts/Bash/Functions/Render/Config/Identity/Brands/render.conf.sh @@ -31,6 +31,6 @@ function render_loadConfig { # Define rendition actions. ACTIONS[0]='BASE:renderImage' - ACTIONS[1]='POST:renderBrands: tif xpm pdf ppm' + ACTIONS[1]='LAST:renderBrands' }