Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Merge requests
!1201
Release career template test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release career template test
feat/fix-octo-import
into
test
Overview
0
Commits
6
Pipelines
1
Changes
37
Merged
Alexa Valentová
requested to merge
feat/fix-octo-import
into
test
4 months ago
Overview
0
Commits
6
Pipelines
1
Changes
37
Expand
0
0
Merge request reports
Compare
test
test (base)
and
latest version
latest version
00812366
6 commits,
4 months ago
37 files
+
1202
−
150
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
37
Search (e.g. *.vue) (Ctrl+P)
district/management/commands/octopus_people_import.py
+
1
−
1
Options
@@ -36,7 +36,7 @@ class Command(BaseCommand):
if
not
hasattr
(
people_page
.
root_page
,
"
image_collection_id
"
):
# FIXME: This should not be UniwebHomePage, but sometimes it is.
continue
collection_id
=
people_page
.
root_page
.
image_collection_id
if
collection_id
is
None
:
Loading