mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
fix dump
This commit is contained in:
parent
6b8f63e364
commit
d4c29d6ce7
|
@ -356,11 +356,10 @@ CLASS lcl_gui_page_diff IMPLEMENTATION.
|
|||
ro_html->add( title( 'DIFF' ) ).
|
||||
|
||||
LOOP AT mt_diff_files INTO ls_diff_file.
|
||||
cl_progress_indicator=>progress_indicate(
|
||||
i_text = |Render Diff - { ls_diff_file-filename }|
|
||||
i_processed = sy-tabix
|
||||
i_total = lines( mt_diff_files )
|
||||
i_output_immediately = abap_true ).
|
||||
lcl_progress=>show( iv_key = 'Diff'
|
||||
iv_current = sy-tabix
|
||||
iv_total = lines( mt_diff_files )
|
||||
iv_text = |Render Diff - { ls_diff_file-filename }| ).
|
||||
|
||||
ro_html->add( render_diff( ls_diff_file ) ).
|
||||
ENDLOOP.
|
||||
|
|
Loading…
Reference in New Issue
Block a user