Fix "Remove" button for data tables (#5177)

The remove button was not working because it was defined as a second `main` button.
This commit is contained in:
Marc Bernard 2021-12-03 22:02:46 -05:00 committed by GitHub
parent 94e6bdc20b
commit b5af548ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,7 +224,6 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
iv_action = c_event-update ).
lo_form->command(
iv_label = 'Remove'
iv_cmd_type = zif_abapgit_html_form=>c_cmd_type-input_main
iv_action = c_event-remove ).
ri_html->add( lo_form->render( lo_form_data ) ).
ENDLOOP.