-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/subform #743
Feature/subform #743
Conversation
… various tests and minor issues
…before CreateAppModelData call
@@ -316,11 +324,12 @@ | |||
|
|||
if (dataType is null) | |||
{ | |||
string error = $"Could not determine if {dataType} requires app logic for application {org}/{app}"; | |||
var error = $"Could not determine if {dataType} requires app logic for application {org}/{app}"; |
Check warning
Code scanning / CodeQL
Use of default ToString() Warning
DataType
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Takk CodeQL. Gir ikke mye mening å logge ... determine if null requires ...
var error = $"Could not determine if {dataType} requires app logic for application {org}/{app}"; | |
var error = $"Could not determine if {dataElement.DataType} requires app logic for application {org}/{app}"; |
Quality Gate failedFailed conditions |
This is now merged into #730 |
Description
See Altinn/app-frontend-react#2137.
Related Issue(s)
Verification
Documentation