Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
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
agplv3
kohinos-tav
Commits
720161aa
Commit
720161aa
authored
Dec 13, 2024
by
Yvon Kerdoncuff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP : hardcode show username mail to see client is satisfied
parent
c715bd64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
FluxAdmin.php
src/Admin/FluxAdmin.php
+3
-2
No files found.
src/Admin/FluxAdmin.php
View file @
720161aa
...
@@ -64,6 +64,7 @@ class FluxAdmin extends AbstractAdmin
...
@@ -64,6 +64,7 @@ class FluxAdmin extends AbstractAdmin
$collection
->
clearExcept
([
'list'
,
'export'
]);
$collection
->
clearExcept
([
'list'
,
'export'
]);
}
}
//Where is this method used ?
protected
function
configureExportFields
()
:
array
protected
function
configureExportFields
()
:
array
{
{
$ssaFriendlyTypeNames
=
$this
->
getConfigurationPool
()
->
getContainer
()
->
getParameter
(
'tav_env'
)
$ssaFriendlyTypeNames
=
$this
->
getConfigurationPool
()
->
getContainer
()
->
getParameter
(
'tav_env'
)
...
@@ -104,7 +105,7 @@ class FluxAdmin extends AbstractAdmin
...
@@ -104,7 +105,7 @@ class FluxAdmin extends AbstractAdmin
->
add
(
'montant'
,
'decimal'
,
[
'label'
=>
'Montant'
,
'attributes'
=>
[
'fraction_digits'
=>
2
]])
->
add
(
'montant'
,
'decimal'
,
[
'label'
=>
'Montant'
,
'attributes'
=>
[
'fraction_digits'
=>
2
]])
->
add
(
'expediteur'
,
null
,
[
'label'
=>
'Expediteur'
])
->
add
(
'expediteur'
,
null
,
[
'label'
=>
'Expediteur'
])
->
add
(
'destinataire'
,
null
,
[
'label'
=>
'Destinataire'
])
->
add
(
'destinataire'
,
null
,
[
'label'
=>
'Destinataire'
])
->
add
(
'operateur'
,
null
,
[
'label'
=>
'Operateur'
])
->
add
(
'operateur
.email
'
,
null
,
[
'label'
=>
'Operateur'
])
->
addIdentifier
(
'reference'
,
null
,
[
'label'
=>
'Reference'
])
->
addIdentifier
(
'reference'
,
null
,
[
'label'
=>
'Reference'
])
// @TODO : ajouter le verify uniquement si l'on souhaite (param url)=> sinon c'est beaucoup trop long...
// @TODO : ajouter le verify uniquement si l'on souhaite (param url)=> sinon c'est beaucoup trop long...
// ->addIdentifier('verify', null, array('label' => 'Vérifié'))
// ->addIdentifier('verify', null, array('label' => 'Vérifié'))
...
@@ -245,7 +246,7 @@ class FluxAdmin extends AbstractAdmin
...
@@ -245,7 +246,7 @@ class FluxAdmin extends AbstractAdmin
'Montant'
=>
'montant'
,
'Montant'
=>
'montant'
,
'Expediteur'
=>
'expediteur'
,
'Expediteur'
=>
'expediteur'
,
'Destinataire'
=>
'destinataire'
,
'Destinataire'
=>
'destinataire'
,
'Operateur'
=>
'operateur'
,
'Operateur'
=>
'operateur
.email
'
,
'Moyen'
=>
'moyen'
,
'Moyen'
=>
'moyen'
,
'Reference'
=>
'reference'
,
'Reference'
=>
'reference'
,
];
];
...
...
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