Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Extensions
dataprocessor
Commits
9411a524
Commit
9411a524
authored
Mar 02, 2020
by
jaapjansma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed minor issues
parent
c7e9968a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Civi/DataProcessor/Source/Contact/MultipleCustomGroupSource.php
...ataProcessor/Source/Contact/MultipleCustomGroupSource.php
+2
-1
No files found.
Civi/DataProcessor/Source/Contact/MultipleCustomGroupSource.php
View file @
9411a524
...
...
@@ -92,7 +92,6 @@ class MultipleCustomGroupSource extends AbstractSource {
*
* @param DataSpecification $dataSpecification
* @param bool $onlySearchAbleFields
* @param $entity
* @throws \Civi\DataProcessor\DataSpecification\FieldExistsException
* @throws \Exception
*/
...
...
@@ -119,6 +118,7 @@ class MultipleCustomGroupSource extends AbstractSource {
* Ensures a field is in the data source
*
* @param \Civi\DataProcessor\DataSpecification\FieldSpecification $fieldSpecification
* @return \Civi\DataProcessor\Source\SourceInterface
* @throws \Exception
*/
public
function
ensureFieldInSource
(
FieldSpecification
$fieldSpecification
)
{
...
...
@@ -127,6 +127,7 @@ class MultipleCustomGroupSource extends AbstractSource {
}
catch
(
FieldExistsException
$e
)
{
// Do nothing.
}
return
$this
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment