mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
JSON import: add note about unmapped members
This commit is contained in:
parent
0446999c63
commit
b2af684c4d
3 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,8 @@ template(name="importMapMembers")
|
|||
if usersLoaded.get
|
||||
.map-members
|
||||
p {{_ 'import-members-map'}}
|
||||
p.import-members-map-note
|
||||
| {{_ 'import-members-map-note' }}
|
||||
.mapping-list
|
||||
each members
|
||||
a.mapping-item.js-select-member(class="{{#if wekanId}}filled{{/if}}")
|
||||
|
|
4
client/components/import/import.styl
vendored
4
client/components/import/import.styl
vendored
|
@ -47,3 +47,7 @@
|
|||
|
||||
a.show-mapping
|
||||
text-decoration underline
|
||||
|
||||
.import-members-map-note
|
||||
font-size: 90%
|
||||
font-weight: bold
|
||||
|
|
|
@ -384,6 +384,7 @@
|
|||
"import-csv-placeholder": "Paste your valid CSV/TSV data here",
|
||||
"import-map-members": "Map members",
|
||||
"import-members-map": "Your imported board has some members. Please map the members you want to import to your users",
|
||||
"import-members-map-note": "Note: Unmapped members will be assigned to the current user.",
|
||||
"import-show-user-mapping": "Review members mapping",
|
||||
"import-user-select": "Pick your existing user you want to use as this member",
|
||||
"importMapMembersAddPopup-title": "Select member",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue