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