Issue 3061: Change default value for creation of playground page (#3062)

* Create pull.yml

* Update zcl_abapgit_git_transport.clas.abap

* Update zcl_abapgit_git_transport.clas.abap

* Update pull.yml

* Delete pull.yml

* Change def. value for creation of playground page

Closes #3061

* Update zcl_abapgit_popups.clas.abap
This commit is contained in:
mariusraht2 2019-11-17 10:18:40 +01:00 committed by Lars Hvam
parent f376b16d32
commit 8df12d34e0

View File

@ -1182,7 +1182,7 @@ CLASS ZCL_ABAPGIT_POPUPS IMPLEMENTATION.
add_field( EXPORTING iv_tabname = 'TEXTL'
iv_fieldname = 'LINE'
iv_fieldtext = 'Name'
iv_value = 'lcl_gui_page_'
iv_value = 'zcl_abapgit_gui_page_'
CHANGING ct_fields = lt_fields ).
TRY.