-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug/datamodel metadata response casing (#12457)
* allow both uppercase and lowercase in model metadata response * generate model metadata on demand * invalidate modelsMetadata query on datamodel change * some updates and bugfixes * updated test data * more test data updates * update test * one more test
- Loading branch information
Showing
20 changed files
with
380 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
...estUser/ttd/app-without-layoutsets-mismatch-modelname/App/config/applicationmetadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"id": "ttd/app-with-layoutsets", | ||
"org": "ttd", | ||
"title": { | ||
"nb": "app-with-layoutsets" | ||
}, | ||
"dataTypes": [ | ||
{ | ||
"id": "HvemErHvem_M", | ||
"allowedContentTypes": [ | ||
"application/xml" | ||
], | ||
"appLogic": { | ||
"autoCreate": true, | ||
"classRef": "Altinn.App.Models.datamodel" | ||
}, | ||
"taskId": "Task_1", | ||
"maxCount": 1, | ||
"minCount": 1 | ||
} | ||
], | ||
"partyTypesAllowed": { | ||
"bankruptcyEstate": false, | ||
"organisation": false, | ||
"person": false, | ||
"subUnit": false | ||
}, | ||
"autoDeleteOnProcessEnd": false, | ||
"onEntry": { | ||
"show": "select-instance" | ||
}, | ||
"created": "2021-02-06T15:18:12.2060944Z", | ||
"createdBy": "jeeva", | ||
"lastChanged": "2021-02-06T15:18:12.2062288Z", | ||
"lastChangedBy": "jeeva" | ||
} |
Oops, something went wrong.