Created
July 11, 2025 09:26
-
-
Save larshp/e87684cbef1555b98b97d8ef44d77739 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
METHOD zif_abapgit_exit~wall_message_repo. | |
IF is_repo_meta-local_settings-flow = abap_true. | |
ii_html->add( zcl_abapgit_gui_chunk_lib=>render_error( | |
iv_error = |WARNING: This repository is flow enabled, use this view at own risk| ) ). | |
ENDIF. | |
ENDMETHOD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment