hotline #59488 : create single nanook dedicated user double finder
Merged
requested to merge hotline#59488_doublons_emprunteurs_des_lecteurs_ne_peuvent_plus_se_connecter_a_leur_compte into hotline-master
1 unresolved thread
Merge request reports
Activity
Filter activity
122 123 protected function _restrictToIntegration($params) { 124 return array_merge(['id_int_bib' => $this->getPatronIdIntBib()], 125 $params); 126 } 99 127 } 128 129 130 131 class Class_User_DoubleFinder_NanookStrategy 132 extends Class_User_DoubleFinder_DefaultStrategy { 133 134 protected function _matchers() { 135 return ['_matchByLoginAndOrderAndLibrary', 136 '_matchByLoginAndIdSigbAndLibrary', 137 '_matchByLoginAndOrder', mentioned in commit f26044fc