mirror of
https://github.com/documize/community.git
synced 2025-08-07 14:35:28 +02:00
Set correct model for space clone options
This commit is contained in:
parent
1ef209b74f
commit
3da4144c1b
4 changed files with 8 additions and 4 deletions
|
@ -116,7 +116,7 @@
|
|||
|
||||
<div class="form-group">
|
||||
<label for="clone-space-dropdown">Clone Space</label>
|
||||
{{ui/ui-select id="clone-space-dropdown" content=model prompt="select space" action=(action "onCloneSpaceSelect") optionValuePath="id" optionLabelPath="name" selection=clonedSpace}}
|
||||
{{ui/ui-select id="clone-space-dropdown" content=spaces prompt="select space" action=(action "onCloneSpaceSelect") optionValuePath="id" optionLabelPath="name" selection=clonedSpace}}
|
||||
<small id="emailHelp" class="form-text text-muted">Copy templates, permissions, documents from existing space</small>
|
||||
<div class="margin-top-10" />
|
||||
{{#if hasClone}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue