Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dataprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
dataprocessor
Commits
ed0982ad
Commit
ed0982ad
authored
4 years ago
by
jaapjansma
Browse files
Options
Downloads
Patches
Plain Diff
fixed issue after adding smart group
parent
58bb0ba2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Contact/DataProcessorContactSummaryTab.php
+23
-0
23 additions, 0 deletions
CRM/Contact/DataProcessorContactSummaryTab.php
with
23 additions
and
0 deletions
CRM/Contact/DataProcessorContactSummaryTab.php
+
23
−
0
View file @
ed0982ad
...
@@ -226,6 +226,29 @@ class CRM_Contact_DataProcessorContactSummaryTab implements UIFormOutputInterfac
...
@@ -226,6 +226,29 @@ class CRM_Contact_DataProcessorContactSummaryTab implements UIFormOutputInterfac
return
"civicrm/dataprocessor_contact_summary/
{
$dataProcessor
[
'name'
]
}
"
;
return
"civicrm/dataprocessor_contact_summary/
{
$dataProcessor
[
'name'
]
}
"
;
}
}
/**
* Returns the data processor name from a url.
*
* @param $url
*
* @return string
*/
public
function
getDataProcessorNameFromUrl
(
$url
)
{
return
str_replace
(
'civicrm/dataprocessor_contact_summary/'
,
''
,
$url
);
}
/**
* Returns the name of the contact id field.
*
* @param $config
*
* @return string|false
*/
public
function
getContactIdFieldNameFromConfig
(
$config
)
{
return
false
;
}
/**
/**
* Returns the url for the page/form this output will show to the user
* Returns the url for the page/form this output will show to the user
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment