mirror of
https://github.com/wekan/wekan.git
synced 2026-02-11 02:34:20 +01:00
Fix various bugs
This commit is contained in:
parent
3071152978
commit
4277d89514
6 changed files with 21 additions and 8 deletions
|
|
@ -269,9 +269,10 @@ BlazeComponent.extendComponent({
|
|||
|
||||
openNewListForm() {
|
||||
if (this.isViewSwimlanes()) {
|
||||
this.childComponents('swimlane')[0]
|
||||
.childComponents('addListAndSwimlaneForm')[0]
|
||||
.open();
|
||||
// The form had been removed in 416b17062e57f215206e93a85b02ef9eb1ab4902
|
||||
// this.childComponents('swimlane')[0]
|
||||
// .childComponents('addListAndSwimlaneForm')[0]
|
||||
// .open();
|
||||
} else if (this.isViewLists()) {
|
||||
this.childComponents('listsGroup')[0]
|
||||
.childComponents('addListForm')[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue