Skip to content

Comments

Box: fixes after testing#945

Merged
jirihofman merged 2 commits intoAppmixer-ai:devfrom
vtalas:box2
Jan 28, 2026
Merged

Box: fixes after testing#945
jirihofman merged 2 commits intoAppmixer-ai:devfrom
vtalas:box2

Conversation

@vtalas
Copy link
Contributor

@vtalas vtalas commented Jan 28, 2026

Copy link
Contributor

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

This PR addresses fixes for the Box connector identified during testing. The changes include removing an incorrect default value from a component schema, adding error handling for duplicate folder creation, and bumping the connector version.

Changes:

  • Removed redundant default: false from the exactMatch field schema in FindFilesOrFolders component (the default is already properly specified in the inspector)
  • Added try-catch error handling in CreateFolder to provide a user-friendly error message when attempting to create a folder that already exists (HTTP 409 conflict)
  • Updated bundle version from 1.0.0 to 1.0.1

Reviewed changes

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

File Description
src/appmixer/box/core/FindFilesOrFolders/component.json Removed redundant default value from schema (inspector already has defaultValue)
src/appmixer/box/core/CreateFolder/CreateFolder.js Added error handling for HTTP 409 (folder already exists) with user-friendly message
src/appmixer/box/bundle.json Version bump to 1.0.1, but changelog structure violates Single Version Rule

@jirihofman jirihofman merged commit 23c53cd into Appmixer-ai:dev Jan 28, 2026
7 checks passed
@vtalas vtalas deleted the box2 branch January 30, 2026 13:32
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.

2 participants