Hi!
I'm trying to add some custom buttons for handling custom events in the Navbar above a collection item detail (watch image).
The business logic behind the buttons is working fine but every time i try to click on those buttons ,the collection item update event is triggered, resulting in the green alert at bottom page.
The question is: How can i prevent the update of the collection item when i click on those actions ("connect", "Print Barcode")? Am i doing the correct thing putting those buttons up above in the Navbar? Could i handle it in a better way?
Thanks in advance 🙂