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