Skip to content
Snippets Groups Projects
Commit 3fd21e57 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #12133 TIME 0:15 delete maarchParapheur external_id if delete user

parent 34cf4a6b
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,9 @@ abstract class UserModelAbstract ...@@ -128,6 +128,9 @@ abstract class UserModelAbstract
'set' => [ 'set' => [
'status' => 'DEL', 'status' => 'DEL',
], ],
'postSet' => [
'external_id' => 'external_id - \'maarchParapheur\''
],
'where' => ['id = ?'], 'where' => ['id = ?'],
'data' => [$aArgs['id']] 'data' => [$aArgs['id']]
]); ]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment