Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-mlc
kohinos
Commits
50274c70
Commit
50274c70
authored
Feb 12, 2019
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix fixtures
parent
4fb591c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
fixtures-mlc-test.yaml
fixtures/fixtures-mlc-test.yaml
+3
-0
IndexController.php
src/Controller/IndexController.php
+1
-1
No files found.
fixtures/fixtures-mlc-test.yaml
View file @
50274c70
...
@@ -138,6 +138,7 @@ App\Entity\CotisationInfos:
...
@@ -138,6 +138,7 @@ App\Entity\CotisationInfos:
App\Entity\CotisationAdherent
:
App\Entity\CotisationAdherent
:
cotisation1
:
cotisation1
:
operateur
:
'
@useradherent'
operateur
:
'
@useradherent'
parenttype
:
'
cotisation'
type
:
'
cotisation_adherent'
type
:
'
cotisation_adherent'
cotisationInfos
:
'
@cotisationInfos1'
cotisationInfos
:
'
@cotisationInfos1'
montant
:
'
10'
montant
:
'
10'
...
@@ -147,6 +148,7 @@ App\Entity\CotisationAdherent:
...
@@ -147,6 +148,7 @@ App\Entity\CotisationAdherent:
createdAt
:
'
<dateTimeBetween("-200
days",
"now")>'
createdAt
:
'
<dateTimeBetween("-200
days",
"now")>'
cotisation{2..11}
:
cotisation{2..11}
:
operateur
:
'
@usera<current()>'
operateur
:
'
@usera<current()>'
parenttype
:
'
cotisation'
type
:
'
cotisation_adherent'
type
:
'
cotisation_adherent'
cotisationInfos
:
'
@cotisationInfos<current()>'
cotisationInfos
:
'
@cotisationInfos<current()>'
montant
:
'
10'
montant
:
'
10'
...
@@ -157,6 +159,7 @@ App\Entity\CotisationAdherent:
...
@@ -157,6 +159,7 @@ App\Entity\CotisationAdherent:
App\Entity\CotisationPrestataire
:
App\Entity\CotisationPrestataire
:
cotisationp{2..32}
:
cotisationp{2..32}
:
operateur
:
'
@userp<current()>'
operateur
:
'
@userp<current()>'
parenttype
:
'
cotisation'
type
:
'
cotisation_prestataire'
type
:
'
cotisation_prestataire'
cotisationInfos
:
'
@cotisationInfos<numberBetween(12,
43)>'
cotisationInfos
:
'
@cotisationInfos<numberBetween(12,
43)>'
montant
:
'
10'
montant
:
'
10'
...
...
src/Controller/IndexController.php
View file @
50274c70
...
@@ -78,7 +78,7 @@ class IndexController extends AbstractController
...
@@ -78,7 +78,7 @@ class IndexController extends AbstractController
/**
/**
* @Route("/contact", name="contact")
* @Route("/contact", name="contact")
*/
*/
public
function
contact
q
Action
()
public
function
contactAction
()
{
{
return
$this
->
render
(
'contact.html.twig'
,
array
(
return
$this
->
render
(
'contact.html.twig'
,
array
(
// 'user' => $this->getUser()
// 'user' => $this->getUser()
...
...
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