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

Bugfix/223 loading playbooks from database is missing authentication information #224

Conversation

MaartendeKruijf
Copy link
Collaborator

@MaartendeKruijf MaartendeKruijf commented Sep 10, 2024

This is more of a patch to the playbook loading from database as the decode is not used but ID are patched individually

@MaartendeKruijf
Copy link
Collaborator Author

The result of the update
image

lucamrgs
lucamrgs previously approved these changes Sep 10, 2024
return nil
}

func SetPlaybookKeysAsId(playbook *cacao.Playbook) {
for key, workflow := range playbook.Workflow {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Perhaps does it make sense to rename workflow to step?

@MaartendeKruijf MaartendeKruijf merged commit c5e89c9 into development Sep 10, 2024
9 checks passed
@MaartendeKruijf MaartendeKruijf deleted the bugfix/223-loading-playbooks-from-database-is-missing-authentication-information branch September 10, 2024 20:18
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.

Loading playbooks from database is missing authentication information
2 participants