<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Maxim Mishyn wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Bugtracker references:<br>
<a href="http://bugs.typo3.org/view.php?id=15166" target="_blank">http://bugs.typo3.org/view.php?id=15166</a><br>
</blockquote>
<br></div>
It would be nice if you attach the patch to the message in the core list. Makes it easier to read it inside newsreaders which can show patches with higlighting, etc.</blockquote><div><br></div><div>Sorry. I think I forgot to attach it. Now it&#39;s attached.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><br><br>
<br></div>
It would be nice if you supply a test method/description (e.g. a piece of Typoscript which shows the problem and solution).<br></blockquote><div><br></div><div>Here is TS sample. The probles is that by default typo3 shows non translated version of abstract field (in smaple) of pages table.</div>
<div><div><span class="Apple-tab-span" style="white-space:pre">10 = CONTENT
10 {
        table = pages
        select {
                pidInList = {$safariList}
#                languageField = sys_language_uid
                orderBy = sorting
                andWhere {
                        current = 1
                        wrap = uid=|
                }        
        }
        renderObj = </span>TEXT</div></div><div><span class="Apple-tab-span" style="white-space: pre; ">        renderObj</span>.fied = abstract</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>...</div><div>}</div>
<div><br></div><div><br></div><div><br></div><div>Regards,</div><div>Max Mishyn</div></div>