mirror of
https://gitlab.unicamp.br/infimecc_drupal11_modules/site_users.git
synced 2026-03-10 10:17:41 -03:00
feat: Remove field_user_category (gerenciado em outro módulo)
Remove os arquivos de config field.storage, field.field e translation referentes ao field_user_category, e elimina todas as referências ao campo em site_users.module, site_users.install e UserInfoBlock.php. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -109,7 +109,7 @@ class UserInfoBlock extends BlockBase implements ContainerFactoryPluginInterface
|
||||
'username' => $user->getDisplayName(),
|
||||
'name' => $this->getFieldValue($user, 'field_user_name'),
|
||||
'phone' => $this->getFieldValue($user, 'field_user_phone'),
|
||||
'category' => $this->getFieldValue($user, 'field_user_category'),
|
||||
|
||||
|
||||
'bio' => $this->getFieldValue($user, 'field_user_bio'),
|
||||
'photo_url' => $default_photo_url,
|
||||
|
||||
Reference in New Issue
Block a user