Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Chill-ThirdParty
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chill-project
Chill-ThirdParty
Commits
d70a64db
Commit
d70a64db
authored
Apr 03, 2020
by
Julien Fastré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove dump messages
parent
b761c8a2
Pipeline
#232400
failed with stages
in 2 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGELOG.md
CHANGELOG.md
+2
-0
Controller/ThirdPartyController.php
Controller/ThirdPartyController.php
+0
-1
No files found.
CHANGELOG.md
View file @
d70a64db
...
...
@@ -4,3 +4,5 @@ branch master
*
initial commit
*
add a render template for entity ThirdParty ;
*
remove dump messages ;
Controller/ThirdPartyController.php
View file @
d70a64db
...
...
@@ -77,7 +77,6 @@ class ThirdPartyController extends Controller
$pagination
->
getCurrentPage
()
->
getFirstItemNumber
(),
$pagination
->
getItemsPerPage
()
);
dump
(
$pagination
);
return
$this
->
render
(
'ChillThirdPartyBundle:ThirdParty:index.html.twig'
,
array
(
'third_parties'
=>
$thirdParties
,
...
...
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