mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
CURA-5035 Separate API calls!
This commit is contained in:
parent
679f87ebb3
commit
01007946b4
10 changed files with 185 additions and 186 deletions
|
@ -92,7 +92,7 @@ Item
|
|||
{
|
||||
case "material":
|
||||
toolbox.viewPage = "author"
|
||||
toolbox.filterModelByProp("packages", "author_name", model.name)
|
||||
toolbox.filterModelByProp("packages", "author_id", model.id)
|
||||
break
|
||||
default:
|
||||
toolbox.viewPage = "detail"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue