Working proposal apply code, fixed schema (need reset - artisan migrate:fresh)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user