mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Only show material packages when clicking an author
Contributes to CURA-5604
This commit is contained in:
parent
99cb9e93b3
commit
2a6da9fe8e
2 changed files with 14 additions and 1 deletions
|
@ -115,6 +115,10 @@ Item
|
|||
{
|
||||
toolbox.viewPage = "author"
|
||||
toolbox.filterModelByProp("packages", "author_id", model.id)
|
||||
toolbox.setFilters("packages", {
|
||||
"author_id": model.id,
|
||||
"type": "material"
|
||||
})
|
||||
}
|
||||
break
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue