Object attribute display order problem.

Answered

Comments

5 comments

  • Avatar
    Sergey Yuldashev

    Hi Jason,

    I have requested our UI/UX team the info about this behavior change.
    To me personally that does look like a bug though.

    I will update you with some news shortly.

    JIRA-VMS-30459

    0
    Comment actions Permalink
  • Avatar
    Sergey Yuldashev

    By any chance, could you also provide us with the screenshots from 4.2 and 5.0 server receiving the same metadata sample where this behavior change is noticeable? As well as the JSON sample.

    Thank you in advance.

    0
    Comment actions Permalink
  • Avatar
    Jason Shim

    Hi Sergey,

    I'm actually use following order code to add attributes.

    auto attr = nx::sdk::makePtr<nx::sdk::Attribute>(nx::sdk::IAttribute::Type::string, "top color", topcolo);
    objectMetadata->addAttribute(attr);
    auto attr = nx::sdk::makePtr<nx::sdk::Attribute>(nx::sdk::IAttribute::Type::string, "bottom color", btmcolor);
    objectMetadata->addAttribute(attr);

    And I got different results depending on VMS version.

    Version:4.2.0.32842

     

    Version:5.0.0.34326

    I put attributes in the order with the intension. As you can see, the result in VMS 5.0 can cause confusion.

    0
    Comment actions Permalink
  • Avatar
    Sergey Yuldashev

    Hi Jason,

    Thank you for the provided details.
    I managed to replicate the issue in the lab.

    It will be fixed before the 5.0 release. Please follow the patch notes.

    0
    Comment actions Permalink
  • Avatar
    Andrey Terentyev

    The issue has been fixed.

    0
    Comment actions Permalink

Please sign in to leave a comment.