Verified Commit 7590b8d0 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(sinaps) Do not sync user description from SINAPS

issue #5948
Showing with 0 additions and 1 deletion
+0 -1
...@@ -210,7 +210,6 @@ class sinapsRequest ...@@ -210,7 +210,6 @@ class sinapsRequest
$mapping = array( $mapping = array(
'civilite' => array('supannAccount','supannCivilite'), 'civilite' => array('supannAccount','supannCivilite'),
'nomUsage' => array('user','sn'), 'nomUsage' => array('user','sn'),
'descriptifLong' => array('user','description'),
'dateNaissance' => array('personalInfo','dateOfBirth'), 'dateNaissance' => array('personalInfo','dateOfBirth'),
'sexe' => array('personalInfo','gender'), 'sexe' => array('personalInfo','gender'),
); );
......
  • SonarQube analysis reported 2 issues

    • :warning: 2 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: This function "getUserValues" has 211 lines, which is greater than the 150 lines authorized. Split it into smaller functions. :blue_book:
    2. :warning: Remove this unused "$class" local variable. :blue_book:
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment