mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
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:
parent
f376b16d32
commit
8df12d34e0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user