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
214f55da
Commit
214f55da
authored
Jun 14, 2017
by
Σταύρος Παπαδάκης
Browse files
Stop using certificatetype
parent
9e92e774
Changes
1
Hide whitespace changes
Inline
Side-by-side
drupal/modules/epal/src/Controller/DirectorView.php
View file @
214f55da
...
...
@@ -128,7 +128,7 @@ class DirectorView extends ControllerBase
$regionaddress_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
regionaddress
->
value
);
$regiontk_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
regiontk
->
value
);
$regionarea_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
regionarea
->
value
);
$certificatetype_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
certificatetype
->
value
);
//
$certificatetype_decoded = $crypt->decrypt($epalStudent->certificatetype->value);
// obsolete
$relationtostudent_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
relationtostudent
->
value
);
$telnum_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
telnum
->
value
);
$guardian_name_decoded
=
$crypt
->
decrypt
(
$epalStudent
->
guardian_name
->
value
);
...
...
@@ -162,7 +162,7 @@ class DirectorView extends ControllerBase
'regionaddress'
=>
$regionaddress_decoded
,
'regiontk'
=>
$regiontk_decoded
,
'regionarea'
=>
$regionarea_decoded
,
'certificatetype'
=>
$certificatetype_decoded
,
'certificatetype'
=>
''
,
//
$certificatetype_decoded,
// obsolete
'graduation_year'
=>
$epalStudent
->
graduation_year
->
value
,
'telnum'
=>
$telnum_decoded
,
'relationtostudent'
=>
$relationtostudent_decoded
,
...
...
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