Skip to main content

Object attribute display order problem.

Answered

Comments

5 comments

  • Sergey Yuldashev
    • Network Optix team

    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
  • Sergey Yuldashev
    • Network Optix team

    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
  • 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
  • Sergey Yuldashev
    • Network Optix team

    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
  • Andrey Terentyev
    • Network Optix team

    The issue has been fixed.

    0

Please sign in to leave a comment.