Add new application setup status for running an application in background

This commit is contained in:
Hadi Nategh
2019-03-11 12:06:41 +01:00
parent bec78c475a
commit 1206bc1987
4 changed files with 30 additions and 10 deletions

View File

@ -250,7 +250,7 @@
for (var i = 0; i < sorted_restore.length; i++)
this.applicationTabNavigate(
sorted_restore[i].app, sorted_restore[i].url, i != 0,
sorted_restore[i].position);
sorted_restore[i].position, sorted_restore[i]['status']);
//Set the current state of the tabs and activate TabChangeNotification.
this.serializedTabState = egw.jsonEncode(this.assembleTabList());