mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
With direct access, used in the mobile app, `args.format` was typoed as `args.Format`, leading to format always being undefined. This meant that the save as popup would use the extension of the current file rather than the extension you were trying to save as. You could workaround by editing this manually, but it was annoying and not working as intended. The browser version wasn't broken, as it uses a different code path to save documents (see src/mixins/saveAs.js) Signed-off-by: Skyler Grey <skyler.grey@collabora.com> |
||
|---|---|---|
| .. | ||
| direct.spec.js | ||
| integration.spec.js | ||
| new.spec.js | ||
| open.spec.js | ||
| settings.spec.js | ||
| share-federated.spec.js | ||
| share-internal.spec.js | ||
| share-link.js | ||
| talk.spec.js | ||
| templates.spec.js | ||