mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
linter fix
This commit is contained in:
parent
9014797903
commit
2ebb098e55
|
@ -228,12 +228,10 @@ CLASS lcl_gui_page_stage IMPLEMENTATION.
|
||||||
WHEN 'local'.
|
WHEN 'local'.
|
||||||
lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( )
|
lv_param = lcl_html_action_utils=>file_encode( iv_key = mo_repo->get_key( )
|
||||||
ig_file = is_file ).
|
ig_file = is_file ).
|
||||||
|
lv_filename = lcl_html=>a( iv_txt = lv_filename
|
||||||
|
iv_act = |{ gc_action-go_diff }?{ lv_param }| ).
|
||||||
ro_html->add( |<td class="type">{ is_item-obj_type }</td>| ).
|
ro_html->add( |<td class="type">{ is_item-obj_type }</td>| ).
|
||||||
ro_html->add( |<td class="name">{
|
ro_html->add( |<td class="name">{ lv_filename }</td>| ).
|
||||||
lcl_html=>a(
|
|
||||||
iv_txt = lv_filename
|
|
||||||
iv_act = |{ gc_action-go_diff }?{ lv_param }| )
|
|
||||||
}</td>| ).
|
|
||||||
ro_html->add( |<td class="user">{ read_last_changed_by( is_file ) }</td>| ).
|
ro_html->add( |<td class="user">{ read_last_changed_by( is_file ) }</td>| ).
|
||||||
WHEN 'remote'.
|
WHEN 'remote'.
|
||||||
ro_html->add( '<td class="type">-</td>' ). " Dummy for object type
|
ro_html->add( '<td class="type">-</td>' ). " Dummy for object type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user