-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.6.0-HF26, 5.8.0-HF01, 5.9.1
-
Component/s: Nuxeo Drive
Cf. Application.notify_offline:
if info.online: local_folder = server_binding.local_folder # Mark binding as offline and update UI log.debug('Switching to offline mode (reason: %s) for: %s', reason, server_binding.local_folder) info.online = False self.update_running_icon() self.communicator.menu.emit() if code == 401: log.debug('Detected invalid credentials for: %s', local_folder) self.communicator.invalid_credentials.emit(local_folder)
- depends on
-
NXP-12076 Add last sync date on the sys tray
- Resolved