Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yann Guenneugues
pastell
Commits
469990f0
Commit
469990f0
authored
Aug 31, 2021
by
iruiz
Browse files
fix #1246
parent
056b233e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pastell-core/PastellBootstrap.class.php
View file @
469990f0
<?php
use
Pastell\Service\Connecteur\ConnecteurCreationService
;
use
Pastell\Service\TypeDossier\TypeDossierActionService
;
require_once
__DIR__
.
"/../connecteur/pes-viewer/PESViewer.class.php"
;
...
...
@@ -273,6 +274,8 @@ class PastellBootstrap
*/
public
function
rebuildTypeDossierPersonnalise
()
{
$typeDossierActionService
=
$this
->
objectInstancier
->
getInstance
(
TypeDossierActionService
::
class
);
$typeDossierActionService
->
setId_u
(
0
);
$typeDossierService
=
$this
->
objectInstancier
->
getInstance
(
TypeDossierService
::
class
);
$typeDossierService
->
rebuildAll
();
}
...
...
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