Hello,
I'm creating a new sector on the settings page of my module, where I have a value and an update icon, which aims to update the field value when I click on the icon.
But when I call the function to execute the function, the page is updated and I never get the value, but the value is printed in the terminal with a logger, does anyone have any suggestions?
My XML code:
button type="object" name="refresh_credits" class="btn-link" icon="fa-refresh"/>
field name="new_credits"/>