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

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

  • 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

Copilot AI changed the title [WIP] Fix view generation for --boxlang and --noboxlang flags Propagate --boxlang / --noboxlang from create handler to generated views May 18, 2026
Copilot AI requested a review from lmajano May 18, 2026 18:06
@lmajano lmajano marked this pull request as ready for review May 18, 2026 18:20
Copilot AI review requested due to automatic review settings May 18, 2026 18:20
@lmajano
Copy link
Copy Markdown
Member

lmajano commented May 18, 2026

@copilot add this to the changelog

Copy link
Copy Markdown

Copilot AI left a comment

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.

Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 18, 2026

@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 development May 18, 2026
1 check passed
@lmajano lmajano deleted the copilot/fix-handler-view-generation branch May 18, 2026 18:25
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.

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

3 participants