Gemini fails to open templates
AbandonedPublic

Authored by danders on Nov 14 2017, 9:25 AM.

Details

Reviewers
leinir
Summary

This fixes the url "file:template://... by removing template://

(This works on linux/nenon, do not know if this breaks other platforms)

Diff Detail

Repository
R8 Calligra
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
danders created this revision.Nov 14 2017, 9:25 AM
Restricted Application added a project: Calligra: 3.0. · View Herald TranscriptNov 14 2017, 9:25 AM

ping?
Just tested on windows, same story...

leinir requested changes to this revision.Dec 21 2017, 11:25 AM

This fixes the wrong problem, i'm afraid - if you do this, then the file is not opened as a template, but rather just as a file (which results in unexpected behaviour, when you are not attempting to edit the template itself). It also doesn't fix a related issue for new file creation. Basically, this is caused by switching to the QtQuick 2 components (the old components had an implementation for this functionality, which i am currently porting over). Thank you for spotting it, though :)

This revision now requires changes to proceed.Dec 21 2017, 11:25 AM
danders abandoned this revision.Dec 21 2017, 11:56 AM

Ahh, thought there was something..