Fix for missing-field-popup (#3391)

Fix for missing-field-popup during cloning online repos, due to missing description.

Closes #3390
This commit is contained in:
Maxim Engel 2020-05-22 17:43:23 +02:00 committed by GitHub
parent 5d34284805
commit f20e13d3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1169,8 +1169,8 @@ CLASS zcl_abapgit_popups IMPLEMENTATION.
iv_value = lv_display_name
CHANGING ct_fields = lt_fields ).
add_field( EXPORTING iv_tabname = 'ZABAPGIT'
iv_fieldname = 'VALUE'
add_field( EXPORTING iv_tabname = 'TADIR'
iv_fieldname = 'AUTHOR'
iv_fieldtext = 'Folder logic'
iv_obligatory = abap_true
iv_value = zif_abapgit_dot_abapgit=>c_folder_logic-prefix