mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
@ -300,7 +300,7 @@ export class WekanCreator {
|
|||
}
|
||||
// insert card
|
||||
const cardId = Cards.direct.insert(cardToCreate);
|
||||
// keep track of Wekan id => WeKan id
|
||||
// keep track of Wekan id => Wekan id
|
||||
this.cards[card._id] = cardId;
|
||||
// // log activity
|
||||
// Activities.direct.insert({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue