Describe the bug
Given the default extension for text is set to 'txt'
when creating a text document in the ios client
it creates a .md file
To Reproduce
Steps to reproduce the behavior:
./occ config:app:set text default_file_extension --value 'txt'
- Create a text document from the ios client
- See .md extension
Expected behavior
The ios client should respect the configured default.
Current Api response
/ocs/v2.php/apps/files/api/v1/directEditing
{
"textdocument": {
"id": "textdocument",
"editor": "text",
"name": "text document",
"extension": "md",
"templates": false,
"mimetype": "text/markdown"
}
}
Describe the bug
Given the default extension for text is set to 'txt'
when creating a text document in the ios client
it creates a .md file
To Reproduce
Steps to reproduce the behavior:
./occ config:app:set text default_file_extension --value 'txt'Expected behavior
The ios client should respect the configured default.
Current Api response
/ocs/v2.php/apps/files/api/v1/directEditing
{ "textdocument": { "id": "textdocument", "editor": "text", "name": "text document", "extension": "md", "templates": false, "mimetype": "text/markdown" } }