Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reccuring Trigger (and others?) have missing fields #39

Open
eXpl0it3r opened this issue Oct 23, 2023 · 0 comments
Open

Reccuring Trigger (and others?) have missing fields #39

eXpl0it3r opened this issue Oct 23, 2023 · 0 comments
Labels

Comments

@eXpl0it3r
Copy link
Member

Description

When requesting active triggers, the API doesn't return all the necessary fields for the triggers.

Steps to Reproduce

  • Open the Jobbr Dashboard
  • Navigate to an active job with a recurring trigger
  • (optionally) Click on dropdown arrow and click on edit

Actual Behavior

The Definition column is empty

Expected Behavior

The Definition field should be filled

Example

For example, a response with a recurring trigger doesn't have the Definition field set, so it's unknown what the current cron configuration is.

{
  "id": 2,
  "triggerType": "Recurring",
  "isActive": true,
  "deleted": false
}
@eXpl0it3r eXpl0it3r added the bug label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant