Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_browser
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
project_browser
Merge requests
!738
Sketch in the normalizer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sketch in the normalizer
issue/project_browser-3506454:3506454-project-normalizer
into
2.0.x
Overview
8
Commits
51
Pipelines
28
Changes
1
Merged
Adam G-H
requested to merge
issue/project_browser-3506454:3506454-project-normalizer
into
2.0.x
1 month ago
Overview
8
Commits
51
Pipelines
28
Changes
1
Expand
Closes
#3506454
0
0
Merge request reports
Viewing commit
d1d1efc3
Prev
Next
Show latest version
1 file
+
3
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d1d1efc3
Log activation error
· d1d1efc3
Adam G-H
authored
1 month ago
src/Controller/InstallerController.php
+
3
−
1
Options
@@ -423,12 +423,14 @@ final class InstallerController extends ControllerBase {
@@ -423,12 +423,14 @@ final class InstallerController extends ControllerBase {
$this
->
installState
->
setState
(
$project_id
,
'installed'
);
$this
->
installState
->
setState
(
$project_id
,
'installed'
);
}
}
catch
(
\Throwable
$e
)
{
catch
(
\Throwable
$e
)
{
$message
=
$e
->
getMessage
();
$response
->
addCommand
(
new
MessageCommand
(
$response
->
addCommand
(
new
MessageCommand
(
$
e
->
getM
essage
()
,
$
m
essage
,
options
:
[
options
:
[
'type'
=>
MessengerInterface
::
TYPE_ERROR
,
'type'
=>
MessengerInterface
::
TYPE_ERROR
,
],
],
));
));
$this
->
logger
->
error
(
$message
);
}
}
}
}
$this
->
installState
->
deleteAll
();
$this
->
installState
->
deleteAll
();
Loading