Part of the Collection application data is missed
Looks like part of the collection application data in the collection view is missed after 1.4.6 core update. This is data available with SobiPro 1.4.5:
<collection allow_contact="true" allow-contact="true" allow_share="true" allow-share="true" label="Send Message" url="/index.php/business-directory/collection?ssid=5ae82336e8fc5">
<button>
<a class="ctrl-collection-list" href="/index.php/business-directory/collection?ssid=5ae82336e8e05"><i class="icon-star"></i> Favourites</a>
</button>
<lists>
<list prompt="New List Name" cid="new" label="Create New List"/>
<list cid="5ae821afec073" label="moja" public="false" url="/index.php/business-directory/collection?cid=5ae821afec073">
<entries>
<entry id="13876"/>
<entry id="13878"/>
<entry id="13884"/>
</entries>
</list>
</lists>
</collection>
and this is same view after update to 1.4.6
<collection>
<button>
<a class="ctrl-collection-list" href="/index.php/business-directory/collection?ssid=5ae821c3b933f"><i class="icon-star"></i> Favourites</a>
</button>
<lists>
<list prompt="New List Name" cid="new" label="Create New List"/>
<list cid="5ae821afec073" label="moja" public="false">
<entries>
<entry id="13876"/>
<entry id="13878"/>
<entry id="13884"/>
</entries>
</list>
</lists>
</collection>