mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
When the `_onGetProjectsFirstPageFinished` is reached, the pagination manager already contains the correct pagination metadata and links, so calling `clear()` there resets them giving the impression that there is no next page. This commit fixed that by calling the `clear()` function should when the search filter is applied, instead. CURA-8009 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| BaseModel.py | ||
| CloudError.py | ||
| DFFileExportAndUploadManager.py | ||
| DFFileUploader.py | ||
| DFLibraryFileUploadRequest.py | ||
| DFLibraryFileUploadResponse.py | ||
| DFPrintJobUploadRequest.py | ||
| DFPrintJobUploadResponse.py | ||
| DigitalFactoryApiClient.py | ||
| DigitalFactoryController.py | ||
| DigitalFactoryFeatureBudgetResponse.py | ||
| DigitalFactoryFileModel.py | ||
| DigitalFactoryFileProvider.py | ||
| DigitalFactoryFileResponse.py | ||
| DigitalFactoryOutputDevice.py | ||
| DigitalFactoryOutputDevicePlugin.py | ||
| DigitalFactoryProjectModel.py | ||
| DigitalFactoryProjectResponse.py | ||
| ExportFileJob.py | ||
| PaginationLinks.py | ||
| PaginationManager.py | ||
| PaginationMetadata.py | ||
| ResponseMeta.py | ||