Skip to content

Conversation

@jjmerchante
Copy link
Contributor

Update task_id fields in DeleteScheduledTask and UpdateScheduledTask to use graphene.ID() instead of graphene.Int(). In Graphene v3, this was causing type errors because a string value was being passed instead of an integer.

Also converted interval values to numbers in the ImporterModal and SettingsGeneral components to prevent similar type errors, since Graphene v3 expects numeric values instead of strings.

Update `task_id` fields in `DeleteScheduledTask` and `UpdateScheduledTask`
to use `graphene.ID()` instead of `graphene.Int()`. In Graphene v3, this
was causing type errors because a string value was being passed instead
of an integer.

Also converted interval values to numbers in the ImporterModal and
SettingsGeneral components to prevent similar type errors, since
Graphene v3 expects numeric values instead of strings.

Signed-off-by: Jose Javier Merchante <[email protected]>
Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

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

LGTM

@sduenas sduenas merged commit 161c8d8 into chaoss:main Oct 10, 2025
16 checks passed
@sduenas sduenas moved this to 2.0-alpha1 in GrimoireLab Roadmap Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 2.0-alpha1

Development

Successfully merging this pull request may close these issues.

2 participants