Uploaded image for project: 'i2b2 Web Client'
  1. i2b2 Web Client
  2. WEBCLIENT-30

webclient doesn't support 3 character c_visualattributes codes

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.6.00-RC2
    • 1.6.00-RC3
    • Web Client
    • None

    Description

      In the documentation for ontology design: c_visualattributes describes how the field looks in the user interface. It is a 3 character fields...

      ONT_sdx_CONCPT.js has this line in i2b2.sdx.TypeControllers.CONCPT.LoadChildrenFromTreeview:

      o.hasChildren = i2b2.h.getXNodeVal(c[i],'visualattributes').substring(0,2);

      it should be:

      o.hasChildren = i2b2.h.getXNodeVal(c[i],'visualattributes').substring(0,3);

      Dustin

      Attachments

        Activity

          People

            mem61 Mike Mendis
            dustin.schultz Dustin Schultz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: