Hi everyone, I have a bit of a problem and I need some help.
In my model, I have created a method 'load_internal_projects' and the task is just to print out a text, not handle any logic. In the form, I add a button A to call this method.
My problem occurs when I create a new record, the form will have an A button, and when I click this A button, the console will print my text. But when I click this button A, this new record will be saved without pressing the Save button.
Please help me and guide me on how to fix this error. My wish is to only print the text to the console, not save the record.