File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Sdl.Web.Tridion.Templates.R2/Data Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,8 @@ private static object GetTypedArrayOfValues<T>(List<T> fieldValues)
159159 {
160160 List < string > strings = fieldValues . OfType < string > ( ) . Select ( v => v ) . ToList ( ) ;
161161 List < RichTextData > richTextDatas = fieldValues . OfType < RichTextData > ( ) . Select ( v => v ) . ToList ( ) ;
162- < << << << HEAD
163- if ( richTextDatas . Count = = fieldValues . Count ) return richTextDatas ;
164- = == == ==
165162 if ( richTextDatas . Count == fieldValues . Count ) return richTextDatas . ToArray ( ) ;
166163 if ( strings . Count == fieldValues . Count ) return strings . ToArray ( ) ;
167- > >>> >>> Stash / release / 2.0
168164 if ( richTextDatas . Count + strings . Count == fieldValues . Count )
169165 {
170166 RichTextData [ ] richTextData = new RichTextData [ fieldValues . Count ] ;
You can’t perform that action at this time.
0 commit comments