Hi Jmix Support team,
For JmixButton, we usually use jmixButton.getId().get()
in order to obtain the ID attribute of the button.
However, if this button belongs to a Fragment, this method will return me “null” even though the ID is already defined in the descriptor.
Other attributes of the button can be returned without an issue, eg. text/themeNames/classNames etc. so could you please help and check if this is a bug?