Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
c6a99329
Commit
c6a99329
authored
Jun 22, 2017
by
Open Source Developer
Browse files
ch
parent
1ea256ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
drupal/modules/epal/src/Controller/DirectorView.php
View file @
c6a99329
...
...
@@ -372,6 +372,7 @@ class DirectorView extends ControllerBase
if
(
$userRole
===
''
)
{
return
$this
->
respondWithStatus
([
'error_code'
=>
4003
,
"message"
=>
t
(
"1"
)
],
Response
::
HTTP_FORBIDDEN
);
}
elseif
(
$userRole
===
'regioneduadmin'
)
{
$schools
=
$this
->
entityTypeManager
...
...
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