Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S SobiPro
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Sigsiu.NET GmbH
  • SobiPro
  • Issues
  • #91

Closed
Open
Created May 01, 2018 by Sławek Sikora@SikorReporter

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>
Edited May 01, 2018 by Sławek Sikora
Assignee
Assign to
1.4.7.2
Milestone
1.4.7.2 (Past due)
Assign milestone
Time tracking

footer

Legal Notice / Impressum | Data Protection / Datenschutzinformation