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
b6a3a656
Commit
b6a3a656
authored
Apr 20, 2022
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Alertes email à chaque transaction ?
parent
3a37f696
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
UserInfosFormType.php
src/Form/Type/UserInfosFormType.php
+4
-1
No files found.
src/Form/Type/UserInfosFormType.php
View file @
b6a3a656
...
@@ -38,7 +38,10 @@ class UserInfosFormType extends AbstractType
...
@@ -38,7 +38,10 @@ class UserInfosFormType extends AbstractType
'disabled'
=>
true
,
'disabled'
=>
true
,
'translation_domain'
=>
'FOSUserBundle'
,
'translation_domain'
=>
'FOSUserBundle'
,
])
])
->
add
(
'alertemailflux'
,
CheckboxType
::
class
,
[
'label'
=>
'Alertes email à chaque transaction ?'
])
->
add
(
'alertemailflux'
,
CheckboxType
::
class
,
[
'label'
=>
'Alertes email à chaque transaction ?'
,
'required'
=>
false
,
])
;
;
}
}
...
...
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