mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Card Details Popup, edit dates now closes not the Popup
This commit is contained in:
parent
73872202ec
commit
ea7136816d
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ export class DatePicker extends BlazeComponent {
|
|||
}
|
||||
if (newCompleteDate.isValid()) {
|
||||
this._storeDate(newCompleteDate.toDate());
|
||||
Popup.close();
|
||||
Popup.back();
|
||||
} else if (!this.error) {
|
||||
this.error.set('invalid');
|
||||
}
|
||||
|
@ -128,7 +128,7 @@ export class DatePicker extends BlazeComponent {
|
|||
'click .js-delete-date'(evt) {
|
||||
evt.preventDefault();
|
||||
this._deleteDate();
|
||||
Popup.close();
|
||||
Popup.back();
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue