mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Implement filter on PackageList
The filter affects the URL. So we can't just start a request in the init. We need to request once all of the properties have been set. We also can't start the request when the filter changes, because there will be more filters and we don't want to start multiple requests. It needs to be manual. Contributes to issue CURA-8557.
This commit is contained in:
parent
4191f98440
commit
cbd1b8fbf7
4 changed files with 36 additions and 3 deletions
|
@ -7,5 +7,6 @@ Packages
|
|||
{
|
||||
model: Marketplace.PackageList
|
||||
{
|
||||
packageTypeFilter: "plugin"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue