New online popup, fix descriptions #1752

https://github.com/larshp/abapGit/issues/1752
This commit is contained in:
Johannes Konings 2018-08-06 19:34:08 +02:00 committed by Lars Hvam
parent 840fe06262
commit 8e556701c3
2 changed files with 2 additions and 2 deletions

View File

@ -1048,7 +1048,7 @@ CLASS zcl_abapgit_popups IMPLEMENTATION.
add_field( EXPORTING iv_tabname = 'TDEVC'
iv_fieldname = 'DEVCLASS'
iv_fieldtext = 'Target package'
iv_fieldtext = 'Package'
iv_value = lv_package
iv_field_attr = lv_pattr
CHANGING ct_fields = lt_fields ).

View File

@ -61,7 +61,7 @@ INTERFACE zif_abapgit_popups
!iv_branch TYPE string DEFAULT 'refs/heads/master'
!iv_freeze_package TYPE abap_bool OPTIONAL
!iv_freeze_url TYPE abap_bool OPTIONAL
!iv_title TYPE clike DEFAULT 'Clone repository ...'
!iv_title TYPE clike DEFAULT 'New Online Project'
RETURNING
VALUE(rs_popup) TYPE zif_abapgit_popups=>ty_popup
RAISING