22.02.2023, 09:26
(22.02.2023, 08:42)Daniel Wrote: In did this is not implemented in SE firmware yet, wait for next fw.
Or add this to custom JS
Code:$(function(){
$('.item-control').each(function(_, el) {
var name = $(el).data('object-name');
if (name) {
el.setAttribute('data-object-name', name);
}
});
});
Thanks Daniel,
Best Regards,