Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Lockup_Factory
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL_Lockup_Factory
Merge requests
!25
issue-17-disable-unused-buttons
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
issue-17-disable-unused-buttons
disable-buttons
into
new
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
issue-17-disable-unused-buttons
arijal2
requested to merge
disable-buttons
into
new
Sep 27, 2022
Overview
0
Commits
1
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
new
new (base)
and
latest version
latest version
ec177114
1 commit,
Sep 27, 2022
3 files
+
19
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/Repository/LockupsRepository.php
+
2
−
2
View file @ ec177114
Edit in single-file editor
Open in Web IDE
Show full file
@@ -84,7 +84,7 @@ class LockupsRepository extends ServiceEntityRepository
$query
=
$entityManager
->
createQuery
(
'SELECT p
FROM App\Entity\Lockups p
WHERE p.C
reative
Status = 0
WHERE p.C
ommunicator
Status = 0
AND
p.approver = :id
ORDER BY p.DateCreated DESC'
@@ -104,7 +104,7 @@ class LockupsRepository extends ServiceEntityRepository
$query
=
$entityManager
->
createQuery
(
'SELECT p
FROM App\Entity\Lockups p
WHERE p.C
ommunicator
Status = 0
WHERE p.C
reative
Status = 0
ORDER BY p.DateCreated DESC'
);
Loading