Skip to content

Commit

Permalink
change rolehandling
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAhrdt committed Mar 1, 2024
1 parent cecb94f commit 54098d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/modules/directorieshandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,10 @@ class directorieshandlerClass {
unit: obj[elementName]? obj[elementName].CommonStateUnit? obj[elementName].CommonStateUnit : "" : "",
write: false
};
//let stateCommonType = typeof obj[elementName];
//let stateCommonName = "";
//let stateCommonWrite = false;
//let stateCommonRole = "value";
/*let stateCommonType = typeof obj[elementName];
let stateCommonName = "";
let stateCommonWrite = false;
let stateCommonRole = "value";*/
let stateVal = obj[elementName];
let objectId = `${startDirectory}.${elementName}`;
let internalObjectId = elementName;
Expand Down

0 comments on commit 54098d8

Please sign in to comment.