Skip to content

Commit

Permalink
fix app search (abap2UI5#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Mar 25, 2024
1 parent 8283bf7 commit b65493b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/01/03/z2ui5_cl_core_app_search.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,9 @@ CLASS z2ui5_cl_core_app_search IMPLEMENTATION.
IF check_initialized = abap_false.
check_initialized = abap_true.

ms_search-check_hide_samples = abap_true.
ms_search-check_hide_system = abap_true.

TRY.
z2ui5_cl_util=>db_load_by_handle(
EXPORTING
Expand Down
16 changes: 15 additions & 1 deletion src/01/03/z2ui5_cl_core_app_search.clas.locals_imp.abap
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,22 @@ CLASS lcl_github IMPLEMENTATION.
)
(
name = `Generic Search Help`
descr = `Popups with Search Helps, dynamically created based on imported values.`
descr = `Popups with Search Helps, dynamically created based on imported values`
author_link = `https://github.com/axelmohnen`
author_name = `axelmohnen`
check_standard_abap = abap_true
check_abap_for_cloud = abap_true
link = `https://github.com/axelmohnen/a2UI5-generic_search_hlp`
)
(
name = `ABAP SQL Console`
descr = `Quickly Run SQL Commands in Your Browser`
author_link = `https://github.com/abap2UI5-apps/abap-sql-console`
author_name = `oblomov`
check_standard_abap = abap_true
check_abap_for_cloud = abap_true
link = `https://github.com/axelmohnen/a2UI5-generic_search_hlp`
)
).

ENDMETHOD.
Expand Down Expand Up @@ -89,6 +98,11 @@ CLASS lcl_github IMPLEMENTATION.
descr = `Run abap2UI5 with open-abap on Node.js`
link = `https://github.com/abap2UI5/abap2UI5-web`
)
(
name = `abap2UI5-samples`
descr = `Explore Code Samples of abap2UI5`
link = `https://github.com/abap2UI5/abap2UI5-samples`
)
).

ENDMETHOD.
Expand Down
2 changes: 1 addition & 1 deletion src/package.devc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
<asx:values>
<DEVC>
<CTEXT>abap2UI5</CTEXT>
<CTEXT>test</CTEXT>
</DEVC>
</asx:values>
</asx:abap>
Expand Down

0 comments on commit b65493b

Please sign in to comment.