diff --git a/drupal/modules/epal/src/Controller/DirectorView.php b/drupal/modules/epal/src/Controller/DirectorView.php
index 610694a12afc05c3376c34c1310536eed57e027f..59142b048cf4c733bebde5761d74e44c0dc1e4f7 100755
--- a/drupal/modules/epal/src/Controller/DirectorView.php
+++ b/drupal/modules/epal/src/Controller/DirectorView.php
@@ -199,7 +199,9 @@ public function getStudentPerSchool(Request $request , $selectId, $classId, $lim
if ($limitdown==$limitup && $limitup == 0)
{
$list=array(
- 'id' => sizeof($studentPerSchool)
+ 'id' => sizeof($studentPerSchool),
+ 'up' => $limitup,
+ 'down' => $limitdown
);
}
diff --git a/source/components/director/director-view.ts b/source/components/director/director-view.ts
index 332a41c068cb0de2f194b29c103baabf7446c483..2088249d87acd3b5dcd90325afa99e7482b65d37 100644
--- a/source/components/director/director-view.ts
+++ b/source/components/director/director-view.ts
@@ -62,9 +62,9 @@ import {
Παρακαλώ αφού γίνει ο έλεγχος των στοιχείων του μαθητή επιβεβαιώστε τη δυνατότητα εγγραφής του.