Skip to content

Commit

Permalink
Merge pull request #1824 from BEXIS2/rc
Browse files Browse the repository at this point in the history
merge from rc to master
  • Loading branch information
DavidBlaa authored Sep 3, 2024
2 parents 296b73c + 3a0ef3a commit 94518b5
Show file tree
Hide file tree
Showing 23 changed files with 854 additions and 499 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Request Create(long applicantId, long entityId, long key, short rights =
PartyRepository.Query(m => m.Name == key.ToString() && m.PartyType.Id == dataset_partyType.Id)
.FirstOrDefault();

var ownerPartyRelationshipType = ModuleManager.GetModuleSettings("bam").GetValueByKey<string>("OwnerPartyRelationshipType");
var ownerPartyRelationshipType = ModuleManager.GetModuleSettings("bam").GetValueByKey("OwnerPartyRelationshipType");

if (dataset_party != null && ownerPartyRelationshipType != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public void GenerateSeedData()

var o12 = operationManager.Find("Shell", "Settings", "*") ?? operationManager.Create("Shell", "Settings", "*", settings);

if (!versionManager.Exists("Shell", "3.3.1"))
if (!versionManager.Exists("Shell", "3.3.2"))
{
versionManager.Create("Shell", "3.3.1");
versionManager.Create("Shell", "3.3.2");
}
}
}
Expand Down
250 changes: 152 additions & 98 deletions Console/BExIS.Web.Shell.Svelte/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Console/BExIS.Web.Shell.Svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"type": "module",
"dependencies": {
"@bexis2/bexis2-core-ui": "0.4.8",
"@bexis2/bexis2-core-ui": "0.4.13",
"@sveltejs/adapter-static": "^3.0.1",
"patch-package": "^8.0.0",
"svelte-collapsible": "^0.3.0",
Expand Down
Loading

0 comments on commit 94518b5

Please sign in to comment.