Skip to content

Commit

Permalink
Merge pull request #13 from appliedtechnologies/release/v1.1.2405.0716
Browse files Browse the repository at this point in the history
v1.1.2405.0716 into main
  • Loading branch information
FGiesche authored May 7, 2024
2 parents 8892f9a + 16fbea2 commit 2d1cbe2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "at.d365.powercid.portal",
"version": "1.1.2404.2823",
"version": "1.1.2405.0716",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"applicationId": "754d2104-731b-42dd-942b-377a0e50a7db",
"roleNameAdmin": "Admin"
},
"version": "1.1.2404.2823"
"version": "1.1.2405.0716"
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"applicationId": "b023949e-5005-43c5-8f76-efb3e07ff606",
"roleNameAdmin": "Admin"
},
"version": "1.1.2404.2823"
"version": "1.1.2405.0716"
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public async Task PullDatasetsFromPowerBi(Guid msIdTenantCurrentUser, string acc

tabularModels.ForEach(e =>
{
var dbTabularModel = this.dbContext.TabularModels.FirstOrDefault(t => t.MsId == t.MsId);
var dbTabularModel = this.dbContext.TabularModels.FirstOrDefault(t => t.MsId == e.MsId);
if (dbTabularModel == null)
{
Expand Down

0 comments on commit 2d1cbe2

Please sign in to comment.