Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Development
CiviCRM Core
Commits
8b620509
Unverified
Commit
8b620509
authored
5 years ago
by
Seamus Lee
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15527 from eileenmcnaughton/merge
Fix default mode on Contact.merge api
parents
ec8d9acc
6f2c4a24
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/v3/Contact.php
+1
-1
1 addition, 1 deletion
api/v3/Contact.php
with
1 addition
and
1 deletion
api/v3/Contact.php
+
1
−
1
View file @
8b620509
...
...
@@ -1195,7 +1195,7 @@ function _civicrm_api3_contact_merge_spec(&$params) {
$params
[
'mode'
]
=
[
'title'
=>
ts
(
'Dedupe mode'
),
'description'
=>
ts
(
"In 'safe' mode conflicts will result in no merge. In 'aggressive' mode the merge will still proceed (hook dependent)"
),
'api.default'
=>
[
'safe'
,
'aggressive'
],
'api.default'
=>
'safe'
,
'options'
=>
[
'safe'
=>
ts
(
'Abort on unhandled conflict'
),
'aggressive'
=>
ts
(
'Proceed on unhandled conflict. Note hooks may change handling here.'
)],
];
}
...
...
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