Skip to content

Commit 9cec388

Browse files
authored
Refactoring (#183)
* refactoring * refactoring * refactoring * Update test_downport.yaml * Update build_downport.yaml
1 parent cec688d commit 9cec388

35 files changed

+43
-42
lines changed

.github/workflows/build_downport.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: build_downport
22

33
on:
4-
pull_request:
4+
push:
5+
branches: [main]
56

67
permissions:
78
contents: read

.github/workflows/test_downport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: test_downport
22

33
on:
4-
push:
4+
pull_request:
55

66
permissions:
77
contents: read

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -642,13 +642,6 @@
642642
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
643643
).
644644

645-
panel->generic_tile(
646-
header = 'Network Graph'
647-
press = client->_event( 'z2ui5_cl_demo_app_182' )
648-
mode = 'LineMode'
649-
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
650-
).
651-
652645
panel = page->panel(
653646
expandable = abap_false
654647
expanded = abap_true
@@ -1323,6 +1316,13 @@
13231316
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
13241317
).
13251318

1319+
panel->generic_tile(
1320+
header = 'Network Graph'
1321+
press = client->_event( 'z2ui5_cl_demo_app_182' )
1322+
mode = 'LineMode'
1323+
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1324+
).
1325+
13261326
panel = page->panel(
13271327
expandable = abap_false
13281328
expanded = abap_true

src/z2ui5_cl_demo_app_057.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS z2ui5_cl_demo_app_057 DEFINITION
55
PUBLIC SECTION.
66

77
INTERFACES z2ui5_if_app .
8-
INTERFACES if_serializable_object .
8+
99

1010
TYPES:
1111
BEGIN OF ty_s_tab,

src/z2ui5_cl_demo_app_064.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CREATE PUBLIC .
44

55
PUBLIC SECTION.
66

7-
INTERFACES if_serializable_object .
7+
88
INTERFACES z2ui5_if_app .
99

1010
TYPES:

src/z2ui5_cl_demo_app_077.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CLASS z2ui5_cl_demo_app_077 DEFINITION
44

55
PUBLIC SECTION.
66

7-
INTERFACES if_serializable_object .
7+
88
INTERFACES z2ui5_if_app .
99

1010
TYPES:

src/z2ui5_cl_demo_app_085.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS Z2UI5_CL_DEMO_APP_085 DEFINITION
55

66
PUBLIC SECTION.
77

8-
INTERFACES if_serializable_object .
8+
99
INTERFACES Z2UI5_if_app .
1010

1111
TYPES:

src/z2ui5_cl_demo_app_086.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CLASS Z2UI5_CL_DEMO_APP_086 DEFINITION
44

55
PUBLIC SECTION.
66

7-
INTERFACES if_serializable_object .
7+
88
INTERFACES Z2UI5_if_app .
99

1010
TYPES:

src/z2ui5_cl_demo_app_097.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS Z2UI5_CL_DEMO_APP_097 DEFINITION
55

66
PUBLIC SECTION.
77

8-
INTERFACES if_serializable_object .
8+
99
INTERFACES Z2UI5_if_app .
1010

1111
TYPES:

src/z2ui5_cl_demo_app_098.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CLASS Z2UI5_CL_DEMO_APP_098 DEFINITION
55

66
PUBLIC SECTION.
77

8-
INTERFACES if_serializable_object .
8+
99
INTERFACES z2ui5_if_app .
1010

1111
TYPES:

0 commit comments

Comments
 (0)