mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
UI for rules list
This commit is contained in:
parent
d5870472fb
commit
f63482b587
19 changed files with 256 additions and 2 deletions
|
|
@ -83,6 +83,7 @@ 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()) {
|
||||
console.log(self.template)
|
||||
self.current = Blaze.renderWithData(self.template, () => {
|
||||
self._dep.depend();
|
||||
return { ...self._getTopStack(), stack: self._stack };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue