|
@@ -69,7 +69,7 @@
|
|
v-model="eventTypes"
|
|
v-model="eventTypes"
|
|
v-on:change="refreshEvents()">
|
|
v-on:change="refreshEvents()">
|
|
<option value="APPOINTMENTS">Appointments</option>
|
|
<option value="APPOINTMENTS">Appointments</option>
|
|
- <option value="PRO_AVAILABILITY" selected>Pro Availability</option>
|
|
|
|
|
|
+ <option value="PRO_AVAILABILITY">Pro Availability</option>
|
|
<option value="BOTH">Both</option>
|
|
<option value="BOTH">Both</option>
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
@@ -346,7 +346,7 @@
|
|
el: '#calendarApp',
|
|
el: '#calendarApp',
|
|
data: {
|
|
data: {
|
|
client: {!! json_encode($patient) !!},
|
|
client: {!! json_encode($patient) !!},
|
|
- eventTypes: 'PRO_AVAILABILITY',
|
|
|
|
|
|
+ eventTypes: 'APPOINTMENTS',
|
|
calendar: null,
|
|
calendar: null,
|
|
proMeta: {!! json_encode($proMeta) !!},
|
|
proMeta: {!! json_encode($proMeta) !!},
|
|
proIds: ['{{ $pro->id }}'],
|
|
proIds: ['{{ $pro->id }}'],
|