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
f5f878e1
Commit
f5f878e1
authored
Jun 23, 2017
by
Χάρης Παπαδόπουλος
Browse files
Merge branch 'pde-dde-views' into 'develop'
Pde dde views See merge request !210
parents
4dc724ac
8ec26d0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
drupal/modules/epal/src/Controller/DirectorView.php
View file @
f5f878e1
...
...
@@ -377,6 +377,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
...
...
source/components/home.ts
View file @
f5f878e1
...
...
@@ -23,6 +23,10 @@ import { API_ENDPOINT, API_ENDPOINT_PARAMS } from '../app.settings';
<form [formGroup]="formGroup" method = "POST" action="{{apiEndPoint}}/oauth/login{{apiEndPointParams}}" #form>
<!-- <input type="hidden" name="X-oauth-enabled" value="true"> -->
<div class="text-center bg-warning" style="padding: 2em;"><p>
<strong>Ανακοίνωση:</strong> τη Δευτέρα <strong>26/6/2017</strong>
το σύστημα θα είναι διαθέσιμο<br/> <strong>μετά τις 13:00</strong> λόγω εργασιών συντήρησης.</p></div>
<div *ngFor="let loginInfoToken$ of loginInfo$ | async; let i=index"></div>
<div class="row" style="min-height: 300px; margin-top: 100px;">
...
...
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