added fa config files, stub of Column editor
This commit is contained in:
@@ -101,6 +101,18 @@ class TableEditController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
/** @noinspection PhpUnusedPrivateMethodInspection */
|
||||
private function manageColumns(Changeset $changeset)
|
||||
{
|
||||
$columns = $changeset->fetchAndTransformColumns();
|
||||
|
||||
return view('table.propose.manage-columns', [
|
||||
'changeset' => $changeset,
|
||||
'table' => $changeset->table,
|
||||
'columns' => collect($columns),
|
||||
]);
|
||||
}
|
||||
|
||||
public function draftUpdate(Request $request, User $user, string $table)
|
||||
{
|
||||
/** @var Table $tableModel */
|
||||
|
||||
Reference in New Issue
Block a user