Skip to content

Commit

Permalink
Merge pull request #551 from ChicagoWorldcon/PLAN-653
Browse files Browse the repository at this point in the history
Comment out non-functional admin publish
  • Loading branch information
Gailbear authored Aug 4, 2022
2 parents caec38d + deb7d1b commit f9fd83e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/javascript/schedule/schedule_settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h5>Release schedule to participants</h5>
<b-form-group label-cols="auto" class="align-items-center">
<template #label>Release <strong>Draft</strong> Schedule to Participants</template>
<b-form-checkbox switch v-model="localDraftSchedule" :disabled="localDraftSchedule" @change="openDraftConfirm" id="draft-schedule-checkbox" aria-describedby="draft-schedule-date"></b-form-checkbox>
Expand All @@ -16,10 +15,9 @@
<b-button variant="primary" @click="reset()">Reset for Testing</b-button>
<span>THIS DELETES THE SNAPSHOT AND YOU CAN'T EVER GET IT BACK</span>
</div>
<hr />
</div>
</div>
<div class="row">
<!-- <div class="row">
<div class="col-12">
<h5>Publish schedule to public</h5>
<b-table-simple borderless fixed small>
Expand Down Expand Up @@ -51,7 +49,7 @@
</b-tbody>
</b-table-simple>
</div>
</div>
</div> -->
<plano-modal id="confirm-draft-modal" @cancel="cancelDraft()" @close="cancelDraft()" no-close-on-backdrop @ok="confirmDraft()">
<template #modal-title>Publish Draft Schedule Confirmation</template>
{{SCHEDULE_DRAFT_CONFIRM_MESSAGE}}
Expand Down

0 comments on commit f9fd83e

Please sign in to comment.