DaveLuhman / toolkeeper

Tool Crib Web Application
2 stars 0 forks source link

Fix tool archiving URL in editTool.hbs #238

Closed DaveLuhman closed 3 months ago

DaveLuhman commented 3 months ago

This pull request fixes the issue where the tool archiving URL in the editTool.hbs template was not using the correct tool ID. The commit "fix: Update tool archive URL to use correct tool ID" updates the URL to replace the placeholder "{{id}}" with the actual tool ID "{{tools.0.id}}". This change ensures that the correct tool is archived when the user confirms the action.

Fixes #233


This change is Reviewable

deepsource-io[bot] commented 3 months ago

Here's the code health analysis summary for commits a6dc25b..0b78d4e. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.