Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
glpi
Commits
9fa6de55
Commit
9fa6de55
authored
Jul 07, 2020
by
adelaunay
Committed by
Johan Cwiklinski
Jul 07, 2020
Browse files
import correctly rrule lib, and fix reccurent event display
parent
3fcdd32a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/bundles/fullcalendar.js
View file @
9fa6de55
...
...
@@ -29,7 +29,8 @@
* ---------------------------------------------------------------------
*/
// RRule dependency
window
.
rrule
=
require
(
'
rrule
'
);
// lib is exported as a module, so it must be imported as a module
import
{
}
from
'
rrule
'
// Fullcalendar library
require
(
'
@fullcalendar/core
'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment