Skip to content
Snippets Groups Projects
Commit 7765c985 authored by Carlos Vega's avatar Carlos Vega
Browse files

properly removed buttons

parent 6d44c240
No related branches found
No related tags found
1 merge request!189Issue #275 Added read-only daily planning view below new appointment form.
Pipeline #7553 passed
......@@ -257,17 +257,17 @@ New appointment for visit from {{visit_start}} to {{visit_end}}
$(document).ready(function () {
addDailyPlanningCalendar('#calendar', false, {
customButtons: {},
eventDurationEditable: false,
eventStartEditable: false,
editable: false,
selectable: false,
droppable: false,
customButtons: {},
header: {
left: '',
center: 'title, datePickerButton',
right: 'save, clear, toPdf'
},
center: 'title',
right: ''
}
});
});
......@@ -275,6 +275,5 @@ New appointment for visit from {{visit_start}} to {{visit_end}}
{% include "includes/datetimepicker.js.html" %}
<script src="{% static 'js/daily_planning.js' %}"></script>
{% endblock scripts %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment