Skip to content

Commit

Permalink
Modconskc 50 (#129)
Browse files Browse the repository at this point in the history
* MODCONSKC-50: Added missing interface dependencies as optional to module descriptor template.

* MODCONSKC-50: Added missing interface dependencies as optional to module descriptor template.

* Moved mod-users-bl dependency from optional to required in module descriptor
  • Loading branch information
mykolam-epm authored Dec 6, 2024
1 parent 304f457 commit 62bcf89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
{
"id": "role-capabilities",
"version": "1.0"
},
{
"id": "users-bl",
"version": "6.0"
}
],
"optional": [
{
"id": "custom-fields",
"version": "2.1"
},
{
"id": "users-bl",
"version": "6.0"
},
{
"id": "pieces",
"version": "3.1"
Expand Down

0 comments on commit 62bcf89

Please sign in to comment.