We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e45cc commit 48d4efaCopy full SHA for 48d4efa
Controllers/LUICalculationController.cs
@@ -55,7 +55,7 @@ public ActionResult Index()
55
long.TryParse(this.User.Identity.GetUserId(), out long userId);
56
57
//no bexis user == public access and id uncomplete data exsits
58
- if(userId == 0 && model.MissingComponentData.Count() > 0)
+ if(userId == 0)
59
{
60
model.IsPublicAccess = true;
61
}
Views/LUICalculation/Index.cshtml
@@ -173,7 +173,7 @@
173
</span>
174
175
</div>
176
- <div id="yearsNew" v>
+ <div id="yearsNew">
177
@for (int i = 0; i < Model.AvailableYearsNewComp.Count(); i++)
178
179
<span style="flex-grow: 0">
0 commit comments