Skip to content

Commit

Permalink
Fix part lock status
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Jul 12, 2024
1 parent fd53e82 commit da771f5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -43985,8 +43985,8 @@
"structural": false,
"default_keywords": null,
"icon": "",
"lft": 12,
"rght": 19,
"lft": 16,
"rght": 23,
"tree_id": 2,
"level": 1
}
Expand All @@ -44004,8 +44004,8 @@
"structural": false,
"default_keywords": "passive resistor",
"icon": "",
"lft": 17,
"rght": 18,
"lft": 21,
"rght": 22,
"tree_id": 2,
"level": 2
}
Expand All @@ -44023,8 +44023,8 @@
"structural": false,
"default_keywords": "passive capacitor",
"icon": "",
"lft": 13,
"rght": 14,
"lft": 17,
"rght": 18,
"tree_id": 2,
"level": 2
}
Expand All @@ -44042,8 +44042,8 @@
"structural": false,
"default_keywords": null,
"icon": "",
"lft": 15,
"rght": 16,
"lft": 19,
"rght": 20,
"tree_id": 2,
"level": 2
}
Expand Down Expand Up @@ -44118,8 +44118,8 @@
"structural": false,
"default_keywords": null,
"icon": "",
"lft": 20,
"rght": 21,
"lft": 12,
"rght": 13,
"tree_id": 2,
"level": 1
}
Expand Down Expand Up @@ -44194,8 +44194,8 @@
"structural": false,
"default_keywords": "",
"icon": "",
"lft": 22,
"rght": 23,
"lft": 14,
"rght": 15,
"tree_id": 2,
"level": 1
}
Expand Down Expand Up @@ -85849,7 +85849,7 @@
"pk": 1,
"fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=",
"last_login": "2024-07-08T09:50:06.031Z",
"last_login": "2024-07-12T01:01:11.725Z",
"is_superuser": true,
"username": "admin",
"first_name": "",
Expand Down Expand Up @@ -85911,7 +85911,7 @@
"pk": 4,
"fields": {
"password": "pbkdf2_sha256$600000$D9HxLyJ59a7P0FftXtfQRZ$Z0S7UCUhNoh52DlzoQ8jgXL6hHZm0JnWvicpbEHhZFI=",
"last_login": "2024-07-07T00:11:46.232Z",
"last_login": "2024-07-12T01:01:28.508Z",
"is_superuser": false,
"username": "allaccess",
"first_name": "Ally",
Expand Down Expand Up @@ -165556,7 +165556,7 @@
"purchaseable": false,
"salable": true,
"active": true,
"locked": false,
"locked": true,
"virtual": false,
"bom_checksum": "b'm\\xc2\\xa1\\x13\\xc2\"\\x04c\\xcb\\xc3\\xdb\\x8f\\xfd)\\xe8\\x91'",
"bom_checked_by": [
Expand Down

0 comments on commit da771f5

Please sign in to comment.