Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auditfiles
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
auditfiles
Merge requests
!21
Issue
#3339733
: Used Not Referenced Report Generates Error
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3339733
: Used Not Referenced Report Generates Error
issue/auditfiles-3339733:3339733-used-not-referenced
into
4.0.x
Overview
0
Commits
3
Pipelines
0
Changes
2
Open
Egor Bogatyrev
requested to merge
issue/auditfiles-3339733:3339733-used-not-referenced
into
4.0.x
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
4.0.x
version 5
b3e60b6d
10 months ago
version 4
b3e60b6d
10 months ago
version 3
2983b349
1 year ago
version 2
8cda87bb
1 year ago
version 1
edba6122
2 years ago
4.0.x (HEAD)
and
latest version
latest version
b3e60b6d
3 commits,
10 months ago
version 5
b3e60b6d
13 commits,
10 months ago
version 4
b3e60b6d
3 commits,
10 months ago
version 3
2983b349
2 commits,
1 year ago
version 2
8cda87bb
2 commits,
1 year ago
version 1
edba6122
1 commit,
2 years ago
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/Form/AuditFilesManagedNotUsedForm.php
+
1
−
0
Options
@@ -122,6 +122,7 @@ final class AuditFilesManagedNotUsedForm extends FormBase implements AuditFilesA
$form_state
->
setTemporaryValue
(
static
::
TEMPORARY_ALL_REFERENCES
,
$references
);
$rows
=
[];
$rows
=
[];
foreach
(
$references
as
$reference
)
{
$file
=
$reference
->
getFile
()
??
throw
new
\LogicException
(
'The file_managed row exists so this should be loadable.'
);
$dateFormat
=
$this
->
auditFilesConfig
->
getReportOptionsDateFormat
();
Loading