Skip to content

Propagate --boxlang / --noboxlang from create handler to generated views - #74

Merged
lmajano merged 3 commits into
developmentfrom
copilot/fix-handler-view-generation
May 18, 2026
Merged

Propagate --boxlang / --noboxlang from create handler to generated views#74
lmajano merged 3 commits into
developmentfrom
copilot/fix-handler-view-generation

Conversation

CopilotAI commented May 18, 2026

Copy link
Copy Markdown
Contributor
  • Review the latest commits and current changelog format
  • Add a concise changelog entry for the create handler view language-flag propagation fix
  • Lint the updated markdown file
  • Commit and push the changelog update
  • Reply on the PR comment with the commit hash

CopilotAI changed the title [WIP] Fix view generation for --boxlang and --noboxlang flagsPropagate --boxlang / --noboxlang from create handler to generated viewsMay 18, 2026
CopilotAI requested a review from lmajanoMay 18, 2026 18:06
@lmajano
lmajano marked this pull request as ready for review May 18, 2026 18:20
CopilotAI review requested due to automatic review settings May 18, 2026 18:20
@lmajano

Copy link
Copy Markdown
Member

@copilot add this to the changelog

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Propagates the --boxlang / --noboxlang flag from coldbox create handler through to its internal coldbox create view invocation so generated view files use the same language (extension) explicitly chosen on the command line, rather than falling back to the project default.

Changes:

  • Added boolean boxlang parameter to buildActions() so it can forward the language selection.
  • Passed boxlang : arguments.boxlang to the nested coldbox create view command params.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

CopilotAI commented May 18, 2026

Copy link
Copy Markdown
ContributorAuthor

@copilot add this to the changelog

Added in commit e401166. I updated changelog.md under [Unreleased] → Fixed with the create handler --boxlang/--noboxlang view-extension propagation fix.

@lmajano
lmajano merged commit 6ca21c0 into developmentMay 18, 2026
1 check passed
@lmajano
lmajano deleted the copilot/fix-handler-view-generation branch May 18, 2026 18:25
Sign up for freeto 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.

coldbox create handler --boxlang / --noboxlang flag not propagated to view generation

3 participants

@lmajano