Skip to content

Commit 35bc3d2

Browse files
committed
docs: align sql-console external dependencies across README and abaplint
sql-console depends on custom-controls (z2ui5_cl_cc_spreadsheet) and popups, but the dependency set had drifted: the README omitted custom-controls, abap_cloud.jsonc omitted popups, and rename.json omitted both. All three now list the full set: abap2UI5, popups, custom-controls. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MEGSbezJEiFoFubnrqATiM
1 parent 88594e5 commit 35bc3d2

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/abaplint/abap_cloud.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"folder": "/abap2UI5",
1414
"files": "/src/**/*.*"
1515
},
16+
{
17+
"url": "https://github.com/abap2UI5-addons/popups",
18+
"folder": "/popups",
19+
"files": "/src/**/*.*"
20+
},
1621
{
1722
"url": "https://github.com/abap2UI5-addons/custom-controls",
1823
"folder": "/customcontrols",

.github/abaplint/rename.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"url": "https://github.com/abap2UI5/abap2UI5",
1313
"folder": "/abap2UI5",
1414
"files": "/src/**/*.*"
15+
},
16+
{
17+
"url": "https://github.com/abap2UI5-addons/popups",
18+
"folder": "/popups",
19+
"files": "/src/**/*.*"
20+
},
21+
{
22+
"url": "https://github.com/abap2UI5-addons/custom-controls",
23+
"folder": "/customcontrols",
24+
"files": "/src/**/*.*"
1525
}
1626
],
1727
"rename": {

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This is a developer tool. It runs the SQL the user enters, without an authorizat
2222
#### Dependencies
2323
* [abap2UI5](https://github.com/abap2UI5/abap2UI5)
2424
* [popups](https://github.com/abap2UI5-addons/popups)
25+
* [custom-controls](https://github.com/abap2UI5-addons/custom-controls)
2526

2627
#### Credits
2728
* Logic for Query to ABAP SQL Translation used from [ZTOAD](https://github.com/marianfoo/ztoad), integrated by [choper725](https://github.com/choper725)

0 commit comments

Comments
 (0)