mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
New online popup, fix descriptions #1752
https://github.com/larshp/abapGit/issues/1752
This commit is contained in:
parent
840fe06262
commit
8e556701c3
|
@ -1048,7 +1048,7 @@ CLASS zcl_abapgit_popups IMPLEMENTATION.
|
||||||
|
|
||||||
add_field( EXPORTING iv_tabname = 'TDEVC'
|
add_field( EXPORTING iv_tabname = 'TDEVC'
|
||||||
iv_fieldname = 'DEVCLASS'
|
iv_fieldname = 'DEVCLASS'
|
||||||
iv_fieldtext = 'Target package'
|
iv_fieldtext = 'Package'
|
||||||
iv_value = lv_package
|
iv_value = lv_package
|
||||||
iv_field_attr = lv_pattr
|
iv_field_attr = lv_pattr
|
||||||
CHANGING ct_fields = lt_fields ).
|
CHANGING ct_fields = lt_fields ).
|
||||||
|
|
|
@ -61,7 +61,7 @@ INTERFACE zif_abapgit_popups
|
||||||
!iv_branch TYPE string DEFAULT 'refs/heads/master'
|
!iv_branch TYPE string DEFAULT 'refs/heads/master'
|
||||||
!iv_freeze_package TYPE abap_bool OPTIONAL
|
!iv_freeze_package TYPE abap_bool OPTIONAL
|
||||||
!iv_freeze_url 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
|
RETURNING
|
||||||
VALUE(rs_popup) TYPE zif_abapgit_popups=>ty_popup
|
VALUE(rs_popup) TYPE zif_abapgit_popups=>ty_popup
|
||||||
RAISING
|
RAISING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user