added drag and drop for new records via calendar (#1962)
This commit is contained in:
4
templates/calendar/drag-drop.html.twig
Normal file
4
templates/calendar/drag-drop.html.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{% block dd_timesheet %}
|
||||
{% import "calendar/widgets.html.twig" as widgets %}
|
||||
{{ widgets.dd_event(entry.title, entry.project ? entry.project.customer.name : null, entry.project ? entry.project.name : null, null) }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user