mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Add version constant back to repo settings (#6596)
This commit is contained in:
parent
7814dc0663
commit
283020bf92
|
@ -197,6 +197,15 @@ CLASS zcl_abapgit_gui_page_sett_repo IMPLEMENTATION.
|
|||
iv_value = zif_abapgit_dot_abapgit=>c_abap_language_version-cloud_development ).
|
||||
ENDIF.
|
||||
|
||||
ro_form->text(
|
||||
iv_name = c_id-version_constant
|
||||
iv_label = 'Version Constant'
|
||||
iv_placeholder = 'ZVERSION_CLASS=>VERSION_CONSTANT'
|
||||
)->text(
|
||||
iv_name = c_id-version_value
|
||||
iv_label = 'Version Value'
|
||||
iv_readonly = abap_true ).
|
||||
|
||||
ro_form->command(
|
||||
iv_label = 'Save Settings'
|
||||
iv_cmd_type = zif_abapgit_html_form=>c_cmd_type-input_main
|
||||
|
|
Loading…
Reference in New Issue
Block a user