Uploaded image for project: 'Book Versions'
  1. Book Versions
  2. BVERSION-34

The same library is displayed many times for each book version in the libraries administration UI

    XMLWordPrintable

Details

    • Bug
    • Resolution: Solved By
    • Major
    • None
    • None
    • None
    • Unknown

    Description

      Reproduction

      1. Create a book
      2. Create 2 versions (v1, v2)
      3. Create two libraries (libA, libB), each with at least on version (libA/BV1)
      4. In the administration UI for libraries of the book, add each library
      5. You will see something like this:

       

      Title Library Library Version
      V1 LibA libAV1
      V1 LibA libAV1
      V2 LibA libAV1
      V2 LibA libAV1

      instead of:

       

      Title Library Library Version
      V1 LibA libAV1
      V1 LibB libBV1
      V2 LibA libAV1
      V2 LibB libBV1

      Important note: the objects are well set in each version pages, it's just the display which have a problem

      Solution

      Default LiveData is for displaying pages, not different objects of the same class in the same page.

      A custom result for the LiveData should be provided to display one object per line.

      It would be best if the Library Version could be changed in place.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mpace Mathieu Pace
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: