mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
- Admin Panel / Layout / Custom Product Name now changes webpage title.
Thanks to xet7 ! Related #1196
This commit is contained in:
parent
c066883dbd
commit
dbb1a86ca3
6 changed files with 55 additions and 15 deletions
|
|
@ -268,7 +268,7 @@ export class TrelloCreator {
|
|||
}
|
||||
// insert card
|
||||
const cardId = Cards.direct.insert(cardToCreate);
|
||||
// keep track of Trello id => WeKan id
|
||||
// keep track of Trello id => Wekan id
|
||||
this.cards[card.id] = cardId;
|
||||
// log activity
|
||||
// Activities.direct.insert({
|
||||
|
|
@ -431,7 +431,7 @@ export class TrelloCreator {
|
|||
sort: checklist.pos,
|
||||
};
|
||||
const checklistId = Checklists.direct.insert(checklistToCreate);
|
||||
// keep track of Trello id => WeKan id
|
||||
// keep track of Trello id => Wekan id
|
||||
this.checklists[checklist.id] = checklistId;
|
||||
// Now add the items to the checklistItems
|
||||
let counter = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue