mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Fix: Card color setting reloaded the board (hotfix)
- There is another issue why the board get's reloaded again. If i comment out the whole events() block so the card color is not saved, the boards get reloaded too ...
This commit is contained in:
parent
c7ab0403a6
commit
a686a18809
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
'click .js-submit'() {
|
||||
this.currentCard.setColor(this.currentColor.get());
|
||||
Popup.back();
|
||||
Popup.close();
|
||||
},
|
||||
'click .js-remove-color'() {
|
||||
this.currentCard.setColor(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue