Skip to content

Commit 3e390a7

Browse files
committed
200
1 parent 7eb8290 commit 3e390a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

OpenFlow/src/DatabaseConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ export class DatabaseConnection {
652652
finalor.push(q2);
653653
}
654654
//
655-
if (bits.length > 0 && bits[0] == Rights.read) {
655+
if (bits.length > 0 && (bits[0] + 1) == Rights.read) {
656656
this._logger.debug("[" + user.username + "] Include isme in base query");
657657
return { $or: finalor.concat(isme) };
658658
} else if (bits.length > 0) {

OpenFlow/src/Messages/Message.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export class Message {
537537
containers: [
538538
{
539539
name: 'nodered',
540-
image: 'cloudhack/openflownodered:0.0.199',
540+
image: 'cloudhack/openflownodered:0.0.200',
541541
imagePullPolicy: "Always",
542542
env: [
543543
{ name: "saml_federation_metadata", value: Config.saml_federation_metadata },

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.199
1+
0.0.200

0 commit comments

Comments
 (0)