Add version constant back to repo settings (#6596)

This commit is contained in:
Marc Bernard 2023-10-30 11:57:21 -04:00 committed by GitHub
parent 7814dc0663
commit 283020bf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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