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:
Ghostkeeper 2021-10-28 18:59:03 +02:00
parent 4191f98440
commit cbd1b8fbf7
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
4 changed files with 36 additions and 3 deletions

View file

@ -7,5 +7,6 @@ Packages
{
model: Marketplace.PackageList
{
packageTypeFilter: "plugin"
}
}