mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 07:50:12 +01:00
Import members: board import
This commit is contained in:
parent
f6f41270de
commit
dd0a6e1a82
6 changed files with 48 additions and 15 deletions
|
|
@ -29,13 +29,12 @@ const ImportPopup = BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
onShowMapping(evt) {
|
||||
// todo xxx make it work - currently we don't find the text
|
||||
// this._storeText(evt);
|
||||
this._storeText(evt);
|
||||
Popup.open('mapMembers')(evt);
|
||||
},
|
||||
|
||||
_storeText(evt) {
|
||||
const dataJson = $(evt.currentTarget).find('.js-import-json').val();
|
||||
const dataJson = this.$('.js-import-json').val();
|
||||
Session.set('import.text', dataJson);
|
||||
return dataJson;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue