mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
At Public Board, drag resize list width and swimlane height. For logged in users, fix adding labels.
Thanks to xet7 ! Fixes #5922
This commit is contained in:
parent
55bec31a3f
commit
3514335247
13 changed files with 279 additions and 103 deletions
|
|
@ -101,6 +101,10 @@ window.Popup = new (class {
|
|||
// our internal dependency, and since we just changed the top element of
|
||||
// our internal stack, the popup will be updated with the new data.
|
||||
if (!self.isOpen()) {
|
||||
if (!Template[popupName]) {
|
||||
console.error('Template not found:', popupName);
|
||||
return;
|
||||
}
|
||||
self.current = Blaze.renderWithData(
|
||||
self.template,
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue