Commit 4063430236ad87cd4659f500ad718f1f8b3acdf1

Authored by Benjamin Renard
1 parent 9674b121
Exists in master

Do not show the error message when a prefetch request failed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ihm/app/controller/Data/Store/DataStoreManager.js
... ... @@ -120,7 +120,7 @@ Ext.define('treps.controller.Data.Store.DataStoreManager', {
120 120 {
121 121 if (!successful || (operation == null) || (operation.response == null) || (operation.response.result == null))
122 122 {
123   - treps.Messages.showError("Error occured during get data process - Cannot get request answer.");
  123 + //treps.Messages.showError("Error occured during get data process - Cannot get request answer.");
124 124 return;
125 125 }
126 126  
... ...