Working proposal apply code, fixed schema (need reset - artisan migrate:fresh)

This commit is contained in:
2018-08-11 18:42:12 +02:00
parent 8efc31d820
commit f2910f977f
12 changed files with 168 additions and 69 deletions
@@ -4,7 +4,7 @@ Complex animated column editor for the table edit page
<template>
<div>
<input type="hidden" :name="name" :value="JSON.stringify(columns)" v-if="!newTable">
<input type="hidden" :name="name" :value="JSON.stringify(columns)" v-if="newTable">
<div :class="newTable ? ['col-md-12', 'mt-3'] : []">
<table :class="[
@@ -75,7 +75,7 @@
<div class="btn-group" role="group" aria-label="Fork">
@if(FEATURE_PROPOSALS)
<a href="" class="btn btn-outline-primary py-1 btn-sm" @tooltip(Change Proposals)>
@icon(fa-inbox fa-pr, sr:Change Proposals){{ $table->proposals_count ?: '' }}
@icon(fa-inbox fa-pr, sr:Change Proposals){{ $proposals_count ?: '' }}
</a>
@endif
@auth