mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
bug: When Imoprt ZIP does not display error log. (#5121)
In case of offline + Import ZIP, error log is not showed. Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
4c919b2aa6
commit
0ee847e383
|
@ -786,7 +786,7 @@ CLASS zcl_abapgit_gui_page_repo_view IMPLEMENTATION.
|
|||
ri_html->add( render_head_line( ) ).
|
||||
|
||||
li_log = lo_browser->get_log( ).
|
||||
IF mo_repo->is_offline( ) = abap_false AND li_log->count( ) > 0.
|
||||
IF li_log->count( ) > 0.
|
||||
ri_html->add( '<div class="log">' ).
|
||||
ri_html->add( zcl_abapgit_log_viewer=>to_html( li_log ) ). " shows eg. list of unsupported objects
|
||||
ri_html->add( '</div>' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user