Uploaded image for project: 'Ibexa IBX'
  1. Ibexa IBX
  2. IBX-5606

[BO] : Identical qraphl request is send twice when admin/view/content/.. is requested

    XMLWordPrintable

Details

    • Ibexa Commerce, Ibexa Content, Ibexa Experience
    • Yes

    Description

      Steps to reproduce:

      Result:
      Same Graphql Request is send twice, payload:

      {
          _repository {
              location(locationId: 5) {
                  pathString
                  children(sortBy: [_path, ],  first:10 ) {
                      totalCount
                      pages {
                          number
                          cursor
                      }
                      edges {
                          node {
                              id
                              remoteId
                              invisible
                              hidden
                              priority
                              pathString
      
                              content {
                                  _thumbnail {
                                      uri
                                      alternativeText
                                      mimeType
                                  }
                                  _name
                                  _info {
                                      id
                                      name
                                      remoteId
                                      mainLanguageCode
                                      owner {
                                          name
                                      }
                                      currentVersion {
                                          versionNumber
                                          creator {
                                              name
                                          }
                                          languageCodes
                                      }
                                      contentType {
                                          name
                                          identifier
                                      }
                                      section {
                                          name
                                      }
                                      publishedDate {
                                          timestamp
                                      }
                                      modificationDate {
                                          timestamp
                                      }
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
      

      Designs

        Attachments

          Activity

            People

              Unassigned Unassigned
              thorsten.reiter@ibexa.co Thorsten Reiter
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: