Skip to content

Commit 168c8a9

Browse files
committed
re add audit link, fix jwt error on queryas
1 parent 5638499 commit 168c8a9

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

OpenFlow/src/public/CommonControllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export class entitiesCtrl<T> {
320320
query = { $and: [query, { $or: finalor.concat() }] };
321321
}
322322
}
323-
this.models = await NoderedUtil.Query(this.collection, query, this.baseprojection, this.orderby, 100, 0, this.basequeryas);
323+
this.models = await NoderedUtil.Query(this.collection, query, this.baseprojection, this.orderby, 100, 0, null, this.basequeryas);
324324
this.loading = false;
325325
if (this.autorefresh) {
326326
if (this.models.length >= 100) {

OpenFlow/src/public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<div class="dropdown-menu">
5353
<a class="dropdown-item" href="#/Users"><span translate lib="web">users</span></a>
5454
<a class="dropdown-item" href="#/Roles"><span translate lib="web">roles</span></a>
55+
<a class="dropdown-item" href="#/Auditlogs"><span translate lib="web">auditlogs</span></a>
5556
<a class="dropdown-item" href="#/Forms"><span translate lib="web">forms</span></a>
5657
<a class="dropdown-item" href="#/Providers" ng-show="menuctrl.hasrole('admins')"><span translate
5758
lib="web">providers</span></a>

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openflow-nodered",
3-
"version": "1.0.64",
3+
"version": "1.0.65",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.64
1+
1.0.65

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openiap",
3-
"version": "1.0.64",
3+
"version": "1.0.65",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)