BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data. So now all Home places are validated to show a popup message when you loos session.
This commit is contained in:
@@ -105,8 +105,8 @@ class AppNotes extends BaseAppNotes
|
||||
$response['success'] = G::LoadTranslation("ID_FAILURE");
|
||||
$response['message'] = $msg;
|
||||
} else {
|
||||
$response['success'] = G::LoadTranslation("ID_SUCCESS");
|
||||
$response['message'] = G::LoadTranslation("ID_SAVED2");
|
||||
$response['success'] = "success";
|
||||
$response['message'] = G::LoadTranslation("ID_SAVED");
|
||||
}
|
||||
|
||||
if ($notify) {
|
||||
|
||||
Reference in New Issue
Block a user