mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Infocenter Details:
- added notice for entering the placement test points when Freigabe after RT participation
This commit is contained in:
@@ -284,10 +284,13 @@ var InfocenterDetails = {
|
||||
{
|
||||
var freigabeResponseData = FHC_AjaxClient.getData(data);
|
||||
|
||||
if (freigabeResponseData.nonCriticalErrors && freigabeResponseData.nonCriticalErrors.length > 0
|
||||
&& typeof freigabeResponseData.nonCriticalErrors == "string")
|
||||
if (freigabeResponseData.nonCriticalErrors && freigabeResponseData.nonCriticalErrors.length > 0)
|
||||
{
|
||||
FHC_DialogLib.alertWarning(freigabeResponseData.nonCriticalErrors);
|
||||
FHC_DialogLib.alertWarning(freigabeResponseData.nonCriticalErrors.join(", "));
|
||||
}
|
||||
else if (freigabeResponseData.infoMessages && freigabeResponseData.infoMessages.length > 0)
|
||||
{
|
||||
FHC_DialogLib.alertInfo(freigabeResponseData.infoMessages.join(", "));
|
||||
}
|
||||
FHC_AjaxClient.showVeil();
|
||||
InfocenterDetails.initFrgMessageSend(freigabeData);
|
||||
|
||||
Reference in New Issue
Block a user