mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Merge pull request #853 from christianguenter2/ISSUE_834
Bugfix access deleted branch in news page
This commit is contained in:
commit
28b5842d8f
|
@ -112,8 +112,13 @@ CLASS lcl_news IMPLEMENTATION.
|
|||
|
||||
lv_last_seen = lcl_app=>user( )->get_repo_last_change_seen( lv_url ).
|
||||
|
||||
" Find changelog
|
||||
lt_remote = io_repo->get_files_remote( ).
|
||||
TRY.
|
||||
" Find changelog
|
||||
lt_remote = io_repo->get_files_remote( ).
|
||||
CATCH lcx_exception.
|
||||
RETURN.
|
||||
ENDTRY.
|
||||
|
||||
READ TABLE lt_remote ASSIGNING <file>
|
||||
WITH KEY path = lc_log_path filename = lc_log_filename.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user