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

Fix deleting plugins with mods #46

Merged
merged 2 commits into from Aug 4, 2022
Merged

Fix deleting plugins with mods #46

merged 2 commits into from Aug 4, 2022

Conversation

jmthomas
Copy link
Member

@jmthomas jmthomas commented Aug 4, 2022

No description provided.

@jmthomas jmthomas requested a review from ryanmelt August 4, 2022 20:35
if (target.modified == true) {
await Api.post(`/openc3-api/targets/${target.name}/delete_modified`)
}
}
}
if (this.pluginDelete) {
this.deletePlugin(plugin)
this.deletePlugin(this.currentPlugin)
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the actual bug

@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2022

Codecov Report

Merging #46 (7ab34cb) into master (89eef3d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   77.78%   77.78%           
=======================================
  Files         238      238           
  Lines       18548    18548           
=======================================
  Hits        14428    14428           
  Misses       4120     4120           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@jmthomas jmthomas merged commit be957bd into master Aug 4, 2022
@jmthomas jmthomas deleted the delete_plugins branch August 4, 2022 22:37
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.

None yet

3 participants