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
8cc0d3ab
Commit
8cc0d3ab
authored
Jun 03, 2021
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add todos
parent
2008675a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
VERSION
VERSION
+1
-1
PrestataireAdmin.php
src/Admin/PrestataireAdmin.php
+1
-1
useradmin.html.twig
templates/block/useradmin.html.twig
+1
-0
No files found.
VERSION
View file @
8cc0d3ab
1.
0.3
1.
1.0
src/Admin/PrestataireAdmin.php
View file @
8cc0d3ab
...
...
@@ -428,7 +428,7 @@ class PrestataireAdmin extends AbstractAdmin
}
$em
->
flush
();
// TODO: remove
from user's possible groups when user is unselected from caissiers list
// TODO: remove
goup (and possible groups?) when user is unselected from caissiers list (get caissiers before update & compare)
return
$return
;
}
...
...
templates/block/useradmin.html.twig
View file @
8cc0d3ab
...
...
@@ -210,6 +210,7 @@
{%
endif
%}
{%
elseif
app.user
and
is_granted
(
'ROLE_CAISSIER_PRESTATAIRE'
)
%}
<!-- TODO : and if isCaissierOfPrestataire -->
{%
include
'block/transactions.html.twig'
%}
...
...
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