Bug 386678 - upload dialog seems to start on wrong step?
Summary: upload dialog seems to start on wrong step?
Status: RESOLVED DUPLICATE of bug 397958
Alias: None
Product: frameworks-knewstuff
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.39.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jeremy Whiting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-09 10:57 UTC by Harald Sitter
Modified: 2018-09-13 17:41 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Sitter 2017-11-09 10:57:08 UTC
Using only this code

```
KNS3::UploadDialog dialog(QStringLiteral("ksysguard.knsrc"));
dialog.setUploadFile(QUrl::fromLocalFile(currentWorksheet->fullFileName()));
```

the upload dialog comes up on the upload step with the back button enabled, clicking the upload button raises an error about an invalid categeory (which is invalid because it was never set...).
Comment 1 Ralf Habacker 2018-09-13 17:41:05 UTC

*** This bug has been marked as a duplicate of bug 397958 ***