mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Disabled Import temporarily on Sandstorm because of data loss bug.
Thanks to xet7 !
This commit is contained in:
parent
11e9811f82
commit
e30f6515c6
1 changed files with 11 additions and 7 deletions
|
|
@ -11,13 +11,17 @@ template(name="import")
|
||||||
+Template.dynamic(template=currentTemplate)
|
+Template.dynamic(template=currentTemplate)
|
||||||
|
|
||||||
template(name="importTextarea")
|
template(name="importTextarea")
|
||||||
form
|
unless isSandstorm
|
||||||
p: label(for='import-textarea') {{_ instruction}}
|
form
|
||||||
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
p: label(for='import-textarea') {{_ instruction}}
|
||||||
| {{jsonText}}
|
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
||||||
if isSandstorm
|
| {{jsonText}}
|
||||||
p.warning {{_ 'import-sandstorm-warning'}}
|
if isSandstorm
|
||||||
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
p.warning {{_ 'import-sandstorm-warning'}}
|
||||||
|
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
||||||
|
if isSandstorm
|
||||||
|
p.warning 'Import disabled because of data loss bug https://github.com/wekan/wekan/issues/1430'
|
||||||
|
|
||||||
|
|
||||||
template(name="importMapMembers")
|
template(name="importMapMembers")
|
||||||
h2 {{_ 'import-map-members'}}
|
h2 {{_ 'import-map-members'}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue