Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-14380

Visual Editing backend supports moving a compound

    XMLWordPrintable

Details

    • New Feature
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • 14.5.0
    • channel-manager
    • None
    • 2
    • Quasar
    • Puma Sprint 252, Puma Sprint 253

    Description

      To provide drag-and-drop functionality on the frontend, we should add another endpoint for updating the order of a compound value:

      PATCH documents/{documentId}/editable/{fieldPath}

      The input is similar to the parameters accepted by adding new values:

      { “order”: 3 }

      For example, if the second value needs to become fourth, the call will look something like:

      PATCH documents/uuid/editable/hap:employee[2]

      { “order”: 4 }

      Attachments

        Activity

          People

            Unassigned Unassigned
            abogaart Arthur Bogaart
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: