mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-21 15:34:00 +01:00
Fix vCard block
This commit is contained in:
parent
16010aa2e3
commit
ee27f6c5ab
@ -11,7 +11,6 @@ $firstName = $data->first_name;
|
||||
$middleName = $data->middle_name;
|
||||
$lastName = $data->last_name;
|
||||
$suffix = $data->suffix;
|
||||
$nickname = $data->nickname;
|
||||
$organization = $data->organization;
|
||||
$vtitle = $data->vtitle;
|
||||
$role = $data->role;
|
||||
|
@ -13,7 +13,7 @@ function handleLinkType($request, $linkType) {
|
||||
|
||||
// Extract the necessary data from the request
|
||||
$data = $request->only([
|
||||
'prefix', 'first_name', 'middle_name', 'last_name', 'suffix', 'nickname',
|
||||
'prefix', 'first_name', 'middle_name', 'last_name', 'suffix',
|
||||
'organization', 'vtitle', 'role', 'work_url', 'email', 'work_email',
|
||||
'home_phone', 'work_phone', 'cell_phone', 'home_address_label', 'home_address_street',
|
||||
'home_address_city', 'home_address_state', 'home_address_zip', 'home_address_country',
|
||||
|
Loading…
Reference in New Issue
Block a user