mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
Merge rules.
This commit is contained in:
parent
6ab5f093d5
commit
b3a752ef34
6 changed files with 2 additions and 13 deletions
|
|
@ -98,8 +98,6 @@ BlazeComponent.extendComponent({
|
||||||
evt.preventDefault();
|
evt.preventDefault();
|
||||||
Utils.goBoardId(Session.get('currentBoard'));
|
Utils.goBoardId(Session.get('currentBoard'));
|
||||||
}
|
}
|
||||||
console.log(evt)
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
cardIsSelected() {
|
cardIsSelected() {
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ BlazeComponent.extendComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
name() {
|
name() {
|
||||||
console.log(this.data());
|
// console.log(this.data());
|
||||||
},
|
},
|
||||||
events() {
|
events() {
|
||||||
return [{
|
return [{
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,6 @@ window.Popup = new class {
|
||||||
// our internal dependency, and since we just changed the top element of
|
// our internal dependency, and since we just changed the top element of
|
||||||
// our internal stack, the popup will be updated with the new data.
|
// our internal stack, the popup will be updated with the new data.
|
||||||
if (!self.isOpen()) {
|
if (!self.isOpen()) {
|
||||||
console.log(self.template)
|
|
||||||
self.current = Blaze.renderWithData(self.template, () => {
|
self.current = Blaze.renderWithData(self.template, () => {
|
||||||
self._dep.depend();
|
self._dep.depend();
|
||||||
return { ...self._getTopStack(), stack: self._stack };
|
return { ...self._getTopStack(), stack: self._stack };
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,6 @@ Utils = {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
setMatomo(data){
|
setMatomo(data){
|
||||||
window._paq = window._paq || [];
|
window._paq = window._paq || [];
|
||||||
window._paq.push(['setDoNotTrack', data.doNotTrack]);
|
window._paq.push(['setDoNotTrack', data.doNotTrack]);
|
||||||
|
|
|
||||||
|
|
@ -933,8 +933,6 @@ Cards.mutations({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
assignMember(memberId) {
|
assignMember(memberId) {
|
||||||
return {
|
return {
|
||||||
$addToSet: {
|
$addToSet: {
|
||||||
|
|
@ -959,7 +957,6 @@ Cards.mutations({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
>>>>>>> 36c04edb9f7cf16fb450b76598c4957968d4674b
|
|
||||||
assignCustomField(customFieldId) {
|
assignCustomField(customFieldId) {
|
||||||
return {
|
return {
|
||||||
$addToSet: {
|
$addToSet: {
|
||||||
|
|
@ -1020,8 +1017,6 @@ Cards.mutations({
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
setReceived(receivedAt) {
|
setReceived(receivedAt) {
|
||||||
return {
|
return {
|
||||||
$set: {
|
$set: {
|
||||||
|
|
@ -1111,7 +1106,6 @@ Cards.mutations({
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
>>>>>>> 36c04edb9f7cf16fb450b76598c4957968d4674b
|
|
||||||
setParentId(parentId) {
|
setParentId(parentId) {
|
||||||
return {
|
return {
|
||||||
$set: {
|
$set: {
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,6 @@ function publishCheckActivity(userId,doc){
|
||||||
checklistItemId: doc._id,
|
checklistItemId: doc._id,
|
||||||
checklistItemName:doc.title
|
checklistItemName:doc.title
|
||||||
}
|
}
|
||||||
console.log(act);
|
|
||||||
Activities.insert(act);
|
Activities.insert(act);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue