File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 21
21
- name : send to downport repository
22
22
uses : peaceiris/actions-gh-pages@v3
23
23
with :
24
- external_repository : abap2UI5-downports/addon- popups
24
+ external_repository : abap2UI5-downports/popups
25
25
user_name : ' github-actions[bot]'
26
26
user_email : ' github-actions[bot]@users.noreply.github.com'
27
27
publish_branch : main
Original file line number Diff line number Diff line change 9
9
"files" : " /src/**/*.*"
10
10
},
11
11
{
12
- "url" : " https://github.com/abap2UI5/abap2UI5" ,
12
+ "url" : " https://github.com/abap2UI5-downports /abap2UI5" ,
13
13
"folder" : " /abap2UI5" ,
14
14
"files" : " /src/**/*.*"
15
15
},
16
16
{
17
- "url" : " https://github.com/abap2UI5-addons /layout-variant-management" ,
17
+ "url" : " https://github.com/abap2UI5-downports /layout-variant-management" ,
18
18
"folder" : " /layout_var_management" ,
19
19
"files" : " /src/**/*.*"
20
20
}
Original file line number Diff line number Diff line change @@ -453,14 +453,15 @@ CLASS z2ui5_cl_pop_displ_f4_help IMPLEMENTATION.
453
453
454
454
METHOD get_layout .
455
455
456
- DATA (class ) = cl_abap_classdescr=>get_class_name( me ).
456
+ data (class ) = `` .
457
+ class = cl_abap_classdescr=>get_class_name( me ).
457
458
SHIFT class LEFT DELETING LEADING '\CLASS=' .
458
459
459
460
ms_layout = z2ui5_cl_pop_display_layout=>init_layout( control = z2ui5_cl_pop_display_layout=>m_table
460
461
data = mt_data
461
- handle01 = CONV #( class )
462
- handle02 = CONV #( mv_table )
463
- handle03 = CONV #( 'F4' ) ).
462
+ handle01 = class
463
+ handle02 = mv_table
464
+ handle03 = 'F4' ).
464
465
465
466
ENDMETHOD .
466
467
You can’t perform that action at this time.
0 commit comments