mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Fix dump in Repo Overview for offline repos (#3746)
This commit is contained in:
parent
901ac09265
commit
5c53211219
|
@ -358,14 +358,18 @@ CLASS zcl_abapgit_gui_repo_over IMPLEMENTATION.
|
|||
iv_txt = <ls_overview>-package
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-jump }?{ lv_package_jump_data }| ) }</td>| ).
|
||||
|
||||
lv_branch_html = `<span class="branch branch_branch">`
|
||||
&& `<i title="Current branch" class="icon icon-code-branch grey70"></i>`
|
||||
&& <ls_overview>-branch
|
||||
&& `</span>`.
|
||||
IF <ls_overview>-branch IS INITIAL.
|
||||
ii_html->add( |<td> </td>| ).
|
||||
ELSE.
|
||||
lv_branch_html = `<span class="branch branch_branch">`
|
||||
&& `<i title="Current branch" class="icon icon-code-branch grey70"></i>`
|
||||
&& <ls_overview>-branch
|
||||
&& `</span>`.
|
||||
|
||||
ii_html->add( |<td>{ ii_html->a(
|
||||
iv_txt = lv_branch_html
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-git_branch_switch }?{ <ls_overview>-key }| ) }</td>| ).
|
||||
ii_html->add( |<td>{ ii_html->a(
|
||||
iv_txt = lv_branch_html
|
||||
iv_act = |{ zif_abapgit_definitions=>c_action-git_branch_switch }?{ <ls_overview>-key }| ) }</td>| ).
|
||||
ENDIF.
|
||||
|
||||
ii_html->add( |<td class="ro-detail">{ <ls_overview>-deserialized_by }</td>| ).
|
||||
ii_html->add( |<td class="ro-detail">{ <ls_overview>-deserialized_at }</td>| ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user