Skip to content

Commit

Permalink
MODFISTO-508. Missing interface dependencies in module descriptor (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNosko authored Nov 13, 2024
1 parent 7e1f17c commit aea2aab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,26 @@
} ]
}
],
"requires": [
{
"id": "configuration",
"version": "2.0"
},
{
"id": "users",
"version": "16.0"
},
{
"id": "email",
"version": "1.0"
}
],
"optional": [
{
"id": "orders",
"version": "12.0"
}
],
"permissionSets" : [
{
"permissionName" : "finance-storage.budgets.collection.get",
Expand Down

0 comments on commit aea2aab

Please sign in to comment.