Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Ext.define("PartKeepr.Components.OctoPart.SearchPanel", {
},
checkForErrors: function (data)
{
if (data.results.length == 0 && data.errors && data.errors.length > 0) {
if (data.errors && data.errors.length > 0) {
Ext.Msg.alert(i18n("Octopart Error"), data.errors.map(e => e.message).join());
}

Expand Down
6 changes: 0 additions & 6 deletions src/PartKeepr/OctoPartBundle/Services/OctoPartService.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ class OctoPartService
credit_string
text
}
cad {
add_to_library_url
}
reference_designs {
name
url
Expand Down Expand Up @@ -137,9 +134,6 @@ class OctoPartService
credit_string
text
}
cad {
add_to_library_url
}
reference_designs {
name
url
Expand Down