Ribbon selectButton data update items silently fails

Hi,

In your latest dhtmlxSuite v.7.2.3 Professional, there is a regression in the update method of the DataCollection api. If you are updating a selectButton in a ribbon and wanting to update the items, it will silently fail. Below is a simplistic example.

Cheers,

Alex

// currently, dhtmlx does not update the items, only the value
ribbon.data.update(“font-face”,{
value: “Arial”,
items: [
{ type: “menuItem” , id: “Arial”, value: “Arial”, css: “somecss” },
{ type: “menuItem” , id: “Times”, value: “Times”, css: “somecss” }
]
}, true);

Unfortunately, I was not able to reproduce your issue locally in the latest dhx.Suite:
https://snippet.dhtmlx.com/52fxhpen
If the problem still occurs for you please, provide a complete demo, snippet or a demo link, where the problem can be reconstructed.