mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Generate news instance (#3585)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
f9b98190f1
commit
fd32cbd951
|
@ -957,6 +957,8 @@ CLASS zcl_abapgit_gui_page_view_repo IMPLEMENTATION.
|
||||||
" Reinit, for the case of type change
|
" Reinit, for the case of type change
|
||||||
mo_repo = zcl_abapgit_repo_srv=>get_instance( )->get( mo_repo->get_key( ) ).
|
mo_repo = zcl_abapgit_repo_srv=>get_instance( )->get( mo_repo->get_key( ) ).
|
||||||
|
|
||||||
|
lo_news = zcl_abapgit_news=>create( mo_repo ).
|
||||||
|
|
||||||
CREATE OBJECT ri_html TYPE zcl_abapgit_html.
|
CREATE OBJECT ri_html TYPE zcl_abapgit_html.
|
||||||
ri_html->add( |<div class="repo" id="repo{ mv_key }">| ).
|
ri_html->add( |<div class="repo" id="repo{ mv_key }">| ).
|
||||||
ri_html->add( zcl_abapgit_gui_chunk_lib=>render_repo_top(
|
ri_html->add( zcl_abapgit_gui_chunk_lib=>render_repo_top(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user