We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f8365 commit 28e7273Copy full SHA for 28e7273
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -2585,8 +2585,8 @@ module openflow {
2585
console.debug("RolesCtrl");
2586
this.basequery = { _type: "user" };
2587
this.collection = "users";
2588
- var dt = new Date(new Date().toISOString());
2589
this.preloadData = () => {
+ var dt = new Date(new Date().toISOString());
2590
if (this.showall) {
2591
this.basequery = { _heartbeat: { "$exists": true } };
2592
} else {
VERSION
@@ -1 +1 @@
1
-0.0.431
+0.0.432
0 commit comments