mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
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:
parent
94e6bdc20b
commit
b5af548ed8
|
@ -224,7 +224,6 @@ CLASS zcl_abapgit_gui_page_data IMPLEMENTATION.
|
||||||
iv_action = c_event-update ).
|
iv_action = c_event-update ).
|
||||||
lo_form->command(
|
lo_form->command(
|
||||||
iv_label = 'Remove'
|
iv_label = 'Remove'
|
||||||
iv_cmd_type = zif_abapgit_html_form=>c_cmd_type-input_main
|
|
||||||
iv_action = c_event-remove ).
|
iv_action = c_event-remove ).
|
||||||
ri_html->add( lo_form->render( lo_form_data ) ).
|
ri_html->add( lo_form->render( lo_form_data ) ).
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user