+ textbox for addtional descriptions is now a textarea with 3 rows and 40 cols
+ openstreetmap for basemap + author table is now sortable (vuedraggable)
This commit is contained in:
parent
ad2e1ce378
commit
77b59fc33b
31 changed files with 648 additions and 385 deletions
|
@ -347,7 +347,7 @@ class IndexController extends Controller
|
|||
foreach ($request->get('contributors') as $key => $contributor_id) {
|
||||
$pivot_data = ['role' => 'contributor', 'sort_order' => $key + 1];
|
||||
//$data_to_sync[$contributor_id] = $pivot_data;
|
||||
$dataset->persons()->attach(contributor_id, $pivot_data);
|
||||
$dataset->persons()->attach($contributor_id, $pivot_data);
|
||||
}
|
||||
//$dataset->persons()->sync($data_to_sync);
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue