Problem/Motivation

The CRM Contact default view contains a broken search filter which explicitly depends on the core Search module.
The search filter will display a label and no content if the search module is disabled---making the UI a little confusing.

Proposed resolution

Add the search module to the dependency list for the crm_core_contact submodule.

CommentFileSizeAuthor
#1 crm_core_contact-1513908-1.patch438 byteswjaspers

Comments

wjaspers’s picture

Status: Active » Needs review
StatusFileSize
new438 bytes

Patch attached.

Robin Millette’s picture

Status: Needs review » Reviewed & tested by the community
dealancer’s picture

Status: Reviewed & tested by the community » Needs work

Nice catch,

however this view is defined in crm_core_contact_ui module, so we need to add this dependency here but not to crm_core_contact, which is not related to ui.

dealancer’s picture

Status: Needs work » Fixed

fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Updated issue summary.

  • Commit 559dfbf on 7.x-1.x, development, import by dealancer:
    Issue #1513908 by dealancer | wjaspers: [crm_core_contact] Undocumented...

  • Commit 559dfbf on 7.x-1.x, development, import, activity_pages by dealancer:
    Issue #1513908 by dealancer | wjaspers: [crm_core_contact] Undocumented...