mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
refresh when switching repo, close #376
This commit is contained in:
parent
b178d18dc9
commit
cbcee908bc
|
@ -98,6 +98,10 @@ CLASS lcl_gui_page_main IMPLEMENTATION.
|
|||
CASE iv_action.
|
||||
WHEN c_actions-show. " Change displayed repo
|
||||
lcl_app=>user( )->set_repo_show( lv_key ).
|
||||
TRY.
|
||||
lcl_app=>repo_srv( )->get( lv_key )->refresh( ).
|
||||
CATCH lcx_exception.
|
||||
ENDTRY.
|
||||
ev_state = gc_event_state-re_render.
|
||||
WHEN c_actions-toggle_hide_files. " Toggle file diplay
|
||||
lcl_app=>user( )->toggle_hide_files( ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user