Repo List: Make labels clickable (#6651)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2023-11-17 10:46:23 -05:00 committed by GitHub
parent 0e2b543752
commit f2d49c2731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -761,8 +761,9 @@ CLASS zcl_abapgit_gui_page_repo_over IMPLEMENTATION.
IF mt_all_labels IS NOT INITIAL.
ii_html->td(
iv_content = zcl_abapgit_gui_chunk_lib=>render_label_list(
it_labels = is_repo-labels
io_label_colors = mo_label_colors )
it_labels = is_repo-labels
io_label_colors = mo_label_colors
iv_clickable_action = c_action-label_filter )
iv_class = 'labels' ).
ENDIF.