mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Enabled import at Sandtorm. Keep there warning about possible data loss bug.
This commit is contained in:
parent
57ccfcde63
commit
22923d08af
1 changed files with 8 additions and 11 deletions
|
|
@ -11,17 +11,14 @@ template(name="import")
|
||||||
+Template.dynamic(template=currentTemplate)
|
+Template.dynamic(template=currentTemplate)
|
||||||
|
|
||||||
template(name="importTextarea")
|
template(name="importTextarea")
|
||||||
unless isSandstorm
|
form
|
||||||
form
|
p: label(for='import-textarea') {{_ instruction}}
|
||||||
p: label(for='import-textarea') {{_ instruction}}
|
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
||||||
textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
|
| {{jsonText}}
|
||||||
| {{jsonText}}
|
if isSandstorm
|
||||||
if isSandstorm
|
p.warning {{_ 'import-sandstorm-warning'}}
|
||||||
p.warning {{_ 'import-sandstorm-warning'}}
|
p.warning 'IMPORT CAN CAUSE DATA LOSS OF THIS GRAIN BUG https://github.com/wekan/wekan/issues/1430'
|
||||||
input.primary.wide(type="submit" value="{{_ 'import'}}")
|
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