mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
Fix not being able to edit received date.
Thanks to xet7 !
This commit is contained in:
parent
19d42c675b
commit
5376bc7b79
1 changed files with 1 additions and 6 deletions
|
|
@ -332,12 +332,7 @@ BlazeComponent.extendComponent({
|
||||||
'click .js-assignee': Popup.open('cardAssignee'),
|
'click .js-assignee': Popup.open('cardAssignee'),
|
||||||
'click .js-add-assignees': Popup.open('cardAssignees'),
|
'click .js-add-assignees': Popup.open('cardAssignees'),
|
||||||
'click .js-add-labels': Popup.open('cardLabels'),
|
'click .js-add-labels': Popup.open('cardLabels'),
|
||||||
'click .js-received-date'(event) {
|
'click .js-received-date': Popup.open('editCardReceivedDate'),
|
||||||
event.preventDefault();
|
|
||||||
if (!Meteor.user().isWorker) {
|
|
||||||
Popup.open('editCardReceivedDate');
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'click .js-start-date': Popup.open('editCardStartDate'),
|
'click .js-start-date': Popup.open('editCardStartDate'),
|
||||||
'click .js-due-date': Popup.open('editCardDueDate'),
|
'click .js-due-date': Popup.open('editCardDueDate'),
|
||||||
'click .js-end-date': Popup.open('editCardEndDate'),
|
'click .js-end-date': Popup.open('editCardEndDate'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue