Skip to content
Snippets Groups Projects
Commit 1f21888f authored by srosse's avatar srosse
Browse files

Merge remote-tracking branch 'origin/OpenOLAT_12.5'

parents d83a6228 12dd4682
No related branches found
No related tags found
No related merge requests found
...@@ -411,4 +411,5 @@ warning.binder.synched=Die Portfolioaufgabe wurde mit ihrer Vorlage synchronisie ...@@ -411,4 +411,5 @@ warning.binder.synched=Die Portfolioaufgabe wurde mit ihrer Vorlage synchronisie
warning.evaluation.not.visible.text=Zur Zeit ist die Einsch\u00E4tzung nicht sichtbar. warning.evaluation.not.visible.text=Zur Zeit ist die Einsch\u00E4tzung nicht sichtbar.
warning.evaluation.not.visible.title=Einsch\u00E4tzung nicht sichtbar warning.evaluation.not.visible.title=Einsch\u00E4tzung nicht sichtbar
warning.portfolio.not.found=Die Portfolio Mappe konnte nicht gefunden werden. Sie wurde wahrscheinlich gel\u00F6scht. warning.portfolio.not.found=Die Portfolio Mappe konnte nicht gefunden werden. Sie wurde wahrscheinlich gel\u00F6scht.
warning.page.not.found=Der Eintrag konnte nicht gefunden werden. Sie wurde wahrscheinlich gel\u00F6scht.
warning.template.in.use=Die Vorlage konnte nicht gel\u00F6scht werden, weil sie von einigen Benutzern in Verwendung ist. warning.template.in.use=Die Vorlage konnte nicht gel\u00F6scht werden, weil sie von einigen Benutzern in Verwendung ist.
...@@ -410,5 +410,6 @@ volume=Volume ...@@ -410,5 +410,6 @@ volume=Volume
warning.binder.synched=The binder is synchronized with its template. warning.binder.synched=The binder is synchronized with its template.
warning.evaluation.not.visible.text=The evaluation is for the moment not visible. warning.evaluation.not.visible.text=The evaluation is for the moment not visible.
warning.evaluation.not.visible.title=Evaluation not visible warning.evaluation.not.visible.title=Evaluation not visible
warning.page.not.found=The entry cannot be found, probably deleted in the mean time
warning.portfolio.not.found=The portfolio cannot be found, probably deleted in the mean time warning.portfolio.not.found=The portfolio cannot be found, probably deleted in the mean time
warning.template.in.use=The template cannot deleted because some users use it. warning.template.in.use=The template cannot deleted because some users use it.
...@@ -340,6 +340,11 @@ public class SharedPagesController extends FormBasicController implements Activa ...@@ -340,6 +340,11 @@ public class SharedPagesController extends FormBasicController implements Activa
removeAsListenerAndDispose(pageCtrl); removeAsListenerAndDispose(pageCtrl);
Page reloadedPage = portfolioService.getPageByKey(row.getPageKey()); Page reloadedPage = portfolioService.getPageByKey(row.getPageKey());
if(reloadedPage == null) {
loadModel(true, true);
showWarning("warning.page.not.found");
return null;
}
Binder binder = reloadedPage.getSection().getBinder(); Binder binder = reloadedPage.getSection().getBinder();
OLATResourceable pageOres = OresHelper.createOLATResourceableInstance("Entry", reloadedPage.getKey()); OLATResourceable pageOres = OresHelper.createOLATResourceableInstance("Entry", reloadedPage.getKey());
......
...@@ -386,6 +386,7 @@ import.example.studySubject=Jura ...@@ -386,6 +386,7 @@ import.example.studySubject=Jura
import.example.telMobile=0781234567 import.example.telMobile=0781234567
import.example.telOffice=0449871234 import.example.telOffice=0449871234
import.example.telPrivate=0443215467 import.example.telPrivate=0443215467
import.example.typeOfUser=Betreuer
import.example.xingname=xingbenutzer oder E-Mail-Adresse import.example.xingname=xingbenutzer oder E-Mail-Adresse
import.example.zipCode=8000 import.example.zipCode=8000
nocountry.doselect=- nocountry.doselect=-
......
...@@ -386,6 +386,7 @@ import.example.studySubject=Law ...@@ -386,6 +386,7 @@ import.example.studySubject=Law
import.example.telMobile=0781234567 import.example.telMobile=0781234567
import.example.telOffice=0449871234 import.example.telOffice=0449871234
import.example.telPrivate=0443215467 import.example.telPrivate=0443215467
import.example.typeOfUser=Coach
import.example.xingname=xing user or e-mail address import.example.xingname=xing user or e-mail address
import.example.zipCode=10000 import.example.zipCode=10000
nocountry.doselect=- nocountry.doselect=-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment