Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-1714

UI : Properties tab doesn't load when an entity has attribute of type array of integers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8-incubating
    • 0.8.1, 1.0.0
    • atlas-webui
    • None

    Description

      Created a type with array of integers as on of its attributes :

                { 
                     "name":"type_set_int",
                     "isOptional":true,
                     "isUnique":false,
                     "isIndexable":false,
                     "typeName":"array<int>",
                     "valuesMaxCount":1,
                     "cardinality":"SET",
                     "valuesMinCount":0
                  }
      

      Created an entity of the type with value for type_set_int as [1,2,3]. Entity is created with 200 OK.

      Following exception is thrown in console tab :

      Uncaught TypeError: inputOutputField.indexOf is not a function
          at http://172.27.16.74:21000/js/utils/CommonViewFunction.js:148:46
          at Array.map (native)
          at Object.CommonViewFunction.propertyTable (http://172.27.16.74:21000/js/utils/CommonViewFunction.js:129:39)
          at n.entityTableGenerate (http://172.27.16.74:21000/js/views/entity/EntityDetailTableLayoutView.js:68:48)
          at n.onRender (http://172.27.16.74:21000/js/views/entity/EntityDetailTableLayoutView.js:56:22)
          at http://172.27.16.74:21000/js/libs/backbone-marionette/backbone.marionette.min.js:20:7823
          at n.triggerMethod (http://172.27.16.74:21000/js/libs/backbone-marionette/backbone.marionette.min.js:20:20703)
          at n.render (http://172.27.16.74:21000/js/libs/backbone-marionette/backbone.marionette.min.js:20:21699)
          at n.render (http://172.27.16.74:21000/js/libs/backbone-marionette/backbone.marionette.min.js:20:30148)
          at constructor.show (http://172.27.16.74:21000/js/libs/backbone-marionette/backbone.marionette.min.js:20:11890)
      

      Attachments

        1. ATLAS-1714.patch
          4 kB
          Keval Bhatt

        Activity

          People

            kevalbhatt Keval Bhatt
            sharmadhas Sharmadha S
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: