removed error logging, also did something with the search, which now works

This commit is contained in:
naomi 2021-02-14 12:39:38 +00:00
parent eec5b876a3
commit 403965fe6f
4 changed files with 1 additions and 17 deletions

View File

@ -20,7 +20,7 @@ div[data-drupal-selector=edit-user-bulk-form] {
}
/* Free the people from the tyranny of the useless search button */
#edit-submit-actor-search{
#edit-submit-actor-search, #edit-submit-actor-search-2{
display: none;
}

View File

@ -140,17 +140,3 @@ function opencase_entities_theme_suggestions_oc_event(array $variables) {
return $suggestions;
}
/* Presave hook on actor entities to manage user creation.
- If a linked user already exists with that email, it does nothing.
- If a user exists with that email but it has no linked actor, it links it.
- If a user exists with that email which already has a linked actor, it fails validation.
- If a linked user exists with a different email, it updates the email.
*/
function opencase_entities_oc_actor_presave(Drupal\Core\Entity\EntityInterface $entity) {
if ($entity->get('user_login')->value) {
error_log($entity->get('first_name')->value);
error_log($entity->get('last_name')->value);
error_log($entity->get('email')->value);
}
}

View File

@ -86,7 +86,6 @@ class OCActivity extends RevisionableContentEntityBase implements OCActivityInte
public static function currentDateTime() {
$current_time = DrupalDateTime::createFromTimestamp(time());
$formatted = $current_time->format('Y-m-d');
error_log($formatted);
return $formatted;
}
/**

View File

@ -45,7 +45,6 @@ display:
expose_sort_order: true
sort_asc_label: Asc
sort_desc_label: Desc
text_input_required: 'Select any filter and click on Apply to see results'
text_input_required_format: basic_html
pager:
type: mini