Skip to content

Conversation

@vladyslav-polishchuk
Copy link
Contributor

Description

Related Issue(s)

Fixes #3821

},
method: {
allowedValues: keys(HttpMethod) as Array<HttpMethod>,
enum: keys(HttpMethod) as Array<HttpMethod>,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not directly related to the issue, just noticed that enum fields were generated as plain text field, instead of select component with options. This will fix that

},
...refSchema('resource'),
...refSchema('store', { disabled: true }),
...refMaybeSchema('resource', { label: 'Resource' }),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the fix: resource field was a required field, even though it does not exist on code actions

const actionService = useActionService()
const { actionDomainService, resourceDomainService } = useDomainStore()
const actionSchema = useActionSchema(updateActionSchema)
const { builderService } = useApplicationStore()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just unused dependency

@vladyslav-polishchuk vladyslav-polishchuk force-pushed the fix/3821-cant-submit-action-form branch from a271ab2 to b2a1ebc Compare October 26, 2025 15:24
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.

Can't update actions (form does not submit)

2 participants