Cura/plugins/DigitalLibrary/src
Konstantinos Karmas fd322c0512 Fix having no "load more projects" available when using the search
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
2021-07-14 15:32:57 +02:00
..
__init__.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
BaseModel.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
CloudError.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFFileExportAndUploadManager.py Seperate the init of jobs and starting 2021-04-26 13:47:40 +02:00
DFFileUploader.py Fix mypy issues with the DigitalLibrary plugin 2021-04-22 15:00:42 +02:00
DFLibraryFileUploadRequest.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFLibraryFileUploadResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFPrintJobUploadRequest.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DFPrintJobUploadResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryApiClient.py Add filter to API call for project list 2021-07-12 18:43:15 +02:00
DigitalFactoryController.py Fix having no "load more projects" available when using the search 2021-07-14 15:32:57 +02:00
DigitalFactoryFeatureBudgetResponse.py Digital Library: Allow 'personal users' to DL. 2021-07-09 21:06:49 +02:00
DigitalFactoryFileModel.py Add tests for DFFileModel 2021-04-26 14:34:30 +02:00
DigitalFactoryFileProvider.py Digital Library: Allow 'personal users' to DL. 2021-07-09 21:06:49 +02:00
DigitalFactoryFileResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryOutputDevice.py Digital Library: Allow 'personal users' to DL. 2021-07-09 21:06:49 +02:00
DigitalFactoryOutputDevicePlugin.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryProjectModel.py Add some tests for DFProjectModel 2021-04-26 14:08:10 +02:00
DigitalFactoryProjectResponse.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
ExportFileJob.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationLinks.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationManager.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
PaginationMetadata.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
ResponseMeta.py Initial commit for the DL 2021-04-20 11:30:49 +02:00