mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Fix ids for integrated apps in calendar list view
This commit is contained in:
parent
1dd3ad5e0a
commit
c53b5748a7
@ -316,7 +316,7 @@ app.calendar = AppJS.extend(
|
|||||||
{
|
{
|
||||||
var app = 'calendar';
|
var app = 'calendar';
|
||||||
var id = _senders[0].id;
|
var id = _senders[0].id;
|
||||||
var matches = id.match(/^([0-9]+):([0-9]+)$/);
|
var matches = id.match(/^(?:calendar::)?([0-9]+)(:([0-9]+))?$/);
|
||||||
if (matches)
|
if (matches)
|
||||||
{
|
{
|
||||||
id = matches[1];
|
id = matches[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user