Skip to content

Commit 70b8bf5

Browse files
author
gitlabci
committed
Merge branch '2024.11'
2 parents b390bc7 + 08728a3 commit 70b8bf5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/tine20/Tinebase/Frontend/CliTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ public function testTriggerAsyncEvents()
270270
if (in_array($task->name, [
271271
'Tinebase_FileRevisionCleanup',
272272
'Tinebase_DeletedFileCleanup',
273+
'Tinebase_FileSystemCheckIndex',
273274
'Tinebase_FileSystemNotifyQuota',
274275
'Tinebase_FileSystemSizeRecalculation',
275276
'Tinebase_FileSystem::repairTreeIsDeletedState',

tine20/Calendar/js/EventContextTagsItem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ Tine.Calendar.EventContextTagsItem = Ext.extend(Ext.menu.Item, {
8888

8989
var massAttach = this.menu.items.last().baseAction;
9090

91-
massAttach.store.add(this.getSelectedRecords());
91+
massAttach.gridPanel.store.add(this.getSelectedRecords());
9292
massAttach.okButton.handler = function() {
9393
var tags = [];
94-
massAttach.store.each(function(r) {
94+
massAttach.gridPanel.store.each(function(r) {
9595
tags.push(r);
9696
}, this);
9797

0 commit comments

Comments
 (0)