Bug 386678

Summary: upload dialog seems to start on wrong step?
Product: [Frameworks and Libraries] frameworks-knewstuff Reporter: Harald Sitter <sitter>
Component: generalAssignee: Jeremy Whiting <jpwhiting>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdelibs-bugs, ralf.habacker, simonandric5
Priority: NOR    
Version: 5.39.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***