Uploaded image for project: 'Data Management'
  1. Data Management
  2. DM-9920

The catalog search in IRSAViewer does not work for multi-object search

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Done
    • Resolution: Done
    • Fix Version/s: None
    • Component/s: SUIT
    • Story Points:
      2
    • Sprint:
      SUIT Sprint 2017-3, SUIT Sprint 2017-4
    • Team:
      Science User Interface

      Description

      While working on LSST multi-object search, I found that the multi-object search in IRSA viewer does not work.

      After spending hours to look into the reason, I found that the uploaded table in CatalogSelectViewPanel.jsx is not proper defined.

        if (spatial === SpatialMethod.get('Multi-Object').value) {
              var filename = get(catPart, 'fileUpload');
      

      The correct way should be:

      if (spatial === SpatialMethod.get('Multi-Object').value) {
              var filename = get(spacPart, 'fileUpload');
      

        Attachments

          Activity

          Hide
          zhang Lijun Zhang [X] (Inactive) added a comment -

          merged

          Show
          zhang Lijun Zhang [X] (Inactive) added a comment - merged

            People

            Assignee:
            zhang Lijun Zhang [X] (Inactive)
            Reporter:
            zhang Lijun Zhang [X] (Inactive)
            Reviewers:
            Trey Roby
            Watchers:
            Emmanuel Joliet, Lijun Zhang [X] (Inactive), Trey Roby, Xiuqin Wu [X] (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Jenkins

                No builds found.