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

Add feature to delete and resync playbooks #85

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

A new feature called "deletePlaybooksModelAndResync" has been added to the advanced settings. This allows users to delete all playbooks and then resync again. Modifications were made to server routing, client services, and the Advanced Settings UI component to accommodate this change.

manu added 2 commits July 5, 2024 17:24
A new feature called "deletePlaybooksModelAndResync" has been added to the advanced settings. This allows users to delete all playbooks and then resync again. Modifications were made to server routing, client services, and the Advanced Settings UI component to accommodate this change.
In the advanced settings service, the hardcoded name of the 'playbooks' collection has been replaced with a variable. This variable, PlaybookCollectionName, is imported from the Playbook model. This change simplifies the update process and avoids potential discrepancies in collection naming across the server code.
@SquirrelDeveloper SquirrelDeveloper added the bug Something isn't working label Jul 5, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the v0.1.15 milestone Jul 5, 2024
@SquirrelDeveloper SquirrelDeveloper merged commit 6943c56 into master Jul 5, 2024
8 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the feat-debug-settings branch July 5, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging this pull request may close these issues.

1 participant