Skip to content

Merge branch rel-10.7 with rel-10.6 - #25920

Merged
voloagent merged 10 commits into
rel-10.7from
auto-merge/rel-10-6/4750
Aug 5, 2026
Merged

Merge branch rel-10.7 with rel-10.6#25920
voloagent merged 10 commits into
rel-10.7from
auto-merge/rel-10-6/4750

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge rel-10.7 with rel-10.6. Please review the changed files before merging to prevent any errors that may occur.

salihozkara and others added 10 commits July 24, 2026 14:40
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ting-lowcode-integration

Document existing-solution Low-Code integration
@voloagent
voloagent marked this pull request as ready for review August 5, 2026 08:59
Copilot AI lite review requested due to automatic review settings August 5, 2026 08:59
@voloagent
voloagent merged commit 34d4cc4 into rel-10.7 Aug 5, 2026
2 checks passed
@voloagent
voloagent deleted the auto-merge/rel-10-6/4750 branch August 5, 2026 08:59

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR (auto-merge from rel-10.7 into rel-10.6) primarily expands the Low-Code documentation set by adding retrofit and non-React integration guides, and wiring them into the Low-Code index and global docs navigation.

Changes:

  • Added a new guide for retrofitting Low-Code into an existing EF Core solution (add-to-existing-solution.md).
  • Added a new guide for using Low-Code runtime/designer from non-React UIs via a companion React app (non-react-ui-integration.md).
  • Linked the new guides from the Low-Code landing page and included them in the docs navigation.

Reviewed changes

Copilot reviewed 4 out of 8 changed files in this pull request and generated 1 comment.

File Description
docs/en/low-code/non-react-ui-integration.md New guide describing Admin Console + companion React runtime integration for MVC/Razor Pages/Angular/Blazor hosts
docs/en/low-code/index.md Adds references to the new retrofit/non-React guides
docs/en/low-code/add-to-existing-solution.md New guide detailing ABP Studio import + manual wiring for adding Low-Code to an existing solution
docs/en/docs-nav.json Adds the two new Low-Code guides to the docs navigation
Suppressed comments (1)

docs/en/low-code/non-react-ui-integration.md:367

  • In the dynamic-env.json example, oAuthConfig.requireHttps is set to the string "true" while nearby fields are booleans. This should be a JSON boolean to match typical ABP dynamic-env.json shape and avoid type-mismatch bugs in configuration parsing.
    "requireHttps": "true",


```json
{
"production": "true",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants