[PR #257] [MERGED] Update custom concepts inline & fix issue with custom concepts #267

Closed
opened 2026-03-23 20:32:57 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RADar-AZDelta/Keun/pull/257
Author: @BostoenToby
Created: 3/18/2024
Status: Merged
Merged: 3/18/2024
Merged by: @BostoenToby

Base: siteHead: prd


📝 Commits (7)

  • 0983cb0 fix issue with double custom concepts
  • f07425b update cloudbuild
  • d0e0077 update custom concepts & fix bug with custom concepts
  • e2eb98a Merge pull request #254 from RADar-AZDelta/dev
  • 94efa6b switch sourceName to sourceCode in custom concept
  • b971e95 Merge pull request #256 from RADar-AZDelta/dev
  • e063809 Merge pull request #255 from RADar-AZDelta/stg

📊 Changes

11 files changed (+123 additions, -48 deletions)

View changed files

📝 cloudbuild.yaml (+26 -33)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+18 -2)
📝 src/lib/Types.d.ts (+1 -0)
📝 src/lib/classes/customRow/CustomRow.ts (+2 -2)
📝 src/lib/classes/implementation/DatabaseImpl.ts (+5 -0)
📝 src/lib/classes/tables/CustomTable.ts (+10 -2)
📝 src/lib/components/mapping/views/CustomRow.svelte (+25 -7)
📝 src/lib/components/mapping/views/CustomView.svelte (+3 -1)
📝 src/lib/implementations/databaseImpl/FirebaseImpl.ts (+15 -0)
📝 src/lib/implementations/databaseImpl/LocalImpl.ts (+17 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RADar-AZDelta/Keun/pull/257 **Author:** [@BostoenToby](https://github.com/BostoenToby) **Created:** 3/18/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@BostoenToby](https://github.com/BostoenToby) **Base:** `site` ← **Head:** `prd` --- ### 📝 Commits (7) - [`0983cb0`](https://github.com/RADar-AZDelta/Keun/commit/0983cb0140e83ef4bb0394c6d4f768756e94a986) fix issue with double custom concepts - [`f07425b`](https://github.com/RADar-AZDelta/Keun/commit/f07425be7bdfd93c770d23301bda0eb2cbb12afe) update cloudbuild - [`d0e0077`](https://github.com/RADar-AZDelta/Keun/commit/d0e00772c8d1e375a58def178c8e58337c2b32b8) update custom concepts & fix bug with custom concepts - [`e2eb98a`](https://github.com/RADar-AZDelta/Keun/commit/e2eb98ad909fb58050f236286f8c84e140f56a07) Merge pull request #254 from RADar-AZDelta/dev - [`94efa6b`](https://github.com/RADar-AZDelta/Keun/commit/94efa6b77fcd9064b60a74c5ae3f1138e59637a6) switch sourceName to sourceCode in custom concept - [`b971e95`](https://github.com/RADar-AZDelta/Keun/commit/b971e952c559663d5e966f11f7756dbd999de1cf) Merge pull request #256 from RADar-AZDelta/dev - [`e063809`](https://github.com/RADar-AZDelta/Keun/commit/e063809d97c2c5fe932303859aafa85ee1a02261) Merge pull request #255 from RADar-AZDelta/stg ### 📊 Changes **11 files changed** (+123 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `cloudbuild.yaml` (+26 -33) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+18 -2) 📝 `src/lib/Types.d.ts` (+1 -0) 📝 `src/lib/classes/customRow/CustomRow.ts` (+2 -2) 📝 `src/lib/classes/implementation/DatabaseImpl.ts` (+5 -0) 📝 `src/lib/classes/tables/CustomTable.ts` (+10 -2) 📝 `src/lib/components/mapping/views/CustomRow.svelte` (+25 -7) 📝 `src/lib/components/mapping/views/CustomView.svelte` (+3 -1) 📝 `src/lib/implementations/databaseImpl/FirebaseImpl.ts` (+15 -0) 📝 `src/lib/implementations/databaseImpl/LocalImpl.ts` (+17 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:57 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#267
No description provided.