Skip to content

Commit

Permalink
chore: add location-units to optional interfaces in module descriptor (
Browse files Browse the repository at this point in the history
…#735)

Closes: MSEARCH-944
  • Loading branch information
psmagin authored Jan 21, 2025
1 parent b58e2f6 commit 20db511
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,14 @@
{
"id": "inventory-reindex-records",
"version": "1.0"
},
{
"id": "locations",
"version": "3.0"
},
{
"id": "location-units",
"version": "2.0"
}
],
"requires": [
Expand Down Expand Up @@ -671,10 +679,6 @@
{
"id": "classification-types",
"version": "1.2"
},
{
"id": "locations",
"version": "3.0"
}
],
"permissionSets": [
Expand Down

0 comments on commit 20db511

Please sign in to comment.