[longomatch] Add different color for the visitor team



commit f3ff386a8d83570ffd637d3041369757639c0ff8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Dec 5 19:30:23 2014 +0100

    Add different color for the visitor team

 LongoMatch.Migration/Converter.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Migration/Converter.cs b/LongoMatch.Migration/Converter.cs
index 54f06f2..7394aea 100644
--- a/LongoMatch.Migration/Converter.cs
+++ b/LongoMatch.Migration/Converter.cs
@@ -277,6 +277,7 @@ namespace LongoMatch.Migration
                        newproject.ID = project.UUID;
                        newproject.LocalTeamTemplate = ConvertTeamTemplate (project.LocalTeamTemplate, 
teamsDict);
                        newproject.VisitorTeamTemplate = ConvertTeamTemplate (project.VisitorTeamTemplate, 
teamsDict);
+                       newproject.VisitorTeamTemplate.ActiveColor = 1;
                        newproject.Dashboard = ConvertCategories (project.Categories, out subcatsDict, out 
eventTypesDict);
                        newproject.UpdateEventTypesAndTimers ();
                        newproject.Description = ConvertProjectDescription (project.Description);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]