Skip to content

Commit

Permalink
Untangle Falg module config
Browse files Browse the repository at this point in the history
- Remove broken flag module relation
  • Loading branch information
steinmb committed May 11, 2022
1 parent 2498222 commit e761c20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion modules/elmcip_permissions/elmcip_permissions.info
Expand Up @@ -14,7 +14,6 @@ dependencies[] = ds
dependencies[] = features
dependencies[] = field_group
dependencies[] = field_permissions
dependencies[] = flag
dependencies[] = image
dependencies[] = locale
dependencies[] = location
Expand Down
8 changes: 0 additions & 8 deletions modules/elmcip_search/elmcip_search.views_default.inc
Expand Up @@ -91,13 +91,6 @@ function elmcip_search_views_default_views() {
$handler->display->display_options['empty']['area']['empty'] = TRUE;
$handler->display->display_options['empty']['area']['content'] = 'No records found.';
$handler->display->display_options['empty']['area']['format'] = 'basic_text_editor';
/* Relationship: Flags: librarian_approved */
$handler->display->display_options['relationships']['flag_content_rel']['id'] = 'flag_content_rel';
$handler->display->display_options['relationships']['flag_content_rel']['table'] = 'node';
$handler->display->display_options['relationships']['flag_content_rel']['field'] = 'flag_content_rel';
$handler->display->display_options['relationships']['flag_content_rel']['required'] = 0;
$handler->display->display_options['relationships']['flag_content_rel']['flag'] = 'librarian_approved';
$handler->display->display_options['relationships']['flag_content_rel']['user_scope'] = 'any';
/* Field: Content: Title */
$handler->display->display_options['fields']['title']['id'] = 'title';
$handler->display->display_options['fields']['title']['table'] = 'node';
Expand Down Expand Up @@ -234,7 +227,6 @@ function elmcip_search_views_default_views() {
t('last »'),
t('Displaying @start - @end of @total'),
t('No records found.'),
t('flag'),
t('Title'),
t('Updated'),
t('Librarian status'),
Expand Down
1 change: 0 additions & 1 deletion modules/elmcip_setup/elmcip_setup.info
Expand Up @@ -7,7 +7,6 @@ dependencies[] = ds
dependencies[] = features
dependencies[] = file_entity
dependencies[] = filter
dependencies[] = flag
dependencies[] = image
dependencies[] = locale
dependencies[] = media
Expand Down

0 comments on commit e761c20

Please sign in to comment.