-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove link to altinn-din font * remove links to fort awesome * remove unecessary classes and containers * use language for accessibility url * update schemas and clean up index.cshtml * add layout set and default datamodel * upgrade to v8 * rename default datamodel to model * remove appref * update layout-sets * clean * be nice to studio preview * rename default layout set --------- Co-authored-by: Bjørnar Østtveit <bjosttveit@Bjrnar-DIGDIR.local>
- Loading branch information
1 parent
4c3a470
commit d139462
Showing
23 changed files
with
309 additions
and
228 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
"Microsoft": "Information" | ||
} | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bpmn:definitions id="Altinn_SingleDataTask_Process_Definition" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xmlns:altinn="http://altinn.no" | ||
xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" | ||
xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" | ||
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" | ||
xmlns:di="http://www.omg.org/spec/DD/20100524/DI" | ||
targetNamespace="http://bpmn.io/schema/bpmn" > | ||
<bpmn:process id="SingleDataTask" isExecutable="false"> | ||
<bpmn:startEvent id="StartEvent_1"> | ||
<bpmn:outgoing>SequenceFlow_1n56yn5</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:task id="Task_1" name="Utfylling" altinn:tasktype="data"> | ||
<bpmn:incoming>SequenceFlow_1n56yn5</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_1oot28q</bpmn:outgoing> | ||
</bpmn:task> | ||
<bpmn:endEvent id="EndEvent_1"> | ||
<bpmn:incoming>SequenceFlow_1oot28q</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="SequenceFlow_1n56yn5" sourceRef="StartEvent_1" targetRef="Task_1" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_1oot28q" sourceRef="Task_1" targetRef="EndEvent_1" /> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SingleDataTask"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> | ||
<dc:Bounds x="156" y="81" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1"> | ||
<dc:Bounds x="300" y="59" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1"> | ||
<dc:Bounds x="512" y="81" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="SequenceFlow_1n56yn5_di" bpmnElement="SequenceFlow_1n56yn5"> | ||
<di:waypoint x="192" y="99" /> | ||
<di:waypoint x="300" y="99" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_1oot28q_di" bpmnElement="SequenceFlow_1oot28q"> | ||
<di:waypoint x="400" y="99" /> | ||
<di:waypoint x="512" y="99" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<bpmn:definitions id="Altinn_SingleDataTask_Process_Definition" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:altinn="http://altinn.no/process" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" targetNamespace="http://bpmn.io/schema/bpmn"> | ||
<bpmn:process id="SingleDataTask" isExecutable="false"> | ||
<bpmn:startEvent id="StartEvent_1"> | ||
<bpmn:outgoing>SequenceFlow_1n56yn5</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:task id="Task_1" name="Utfylling"> | ||
<bpmn:incoming>SequenceFlow_1n56yn5</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_1oot28q</bpmn:outgoing> | ||
<bpmn:extensionElements> | ||
<altinn:taskExtension> | ||
<altinn:taskType>data</altinn:taskType> | ||
</altinn:taskExtension> | ||
</bpmn:extensionElements> | ||
</bpmn:task> | ||
<bpmn:endEvent id="EndEvent_1"> | ||
<bpmn:incoming>SequenceFlow_1oot28q</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sequenceFlow id="SequenceFlow_1n56yn5" sourceRef="StartEvent_1" targetRef="Task_1" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_1oot28q" sourceRef="Task_1" targetRef="EndEvent_1" /> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SingleDataTask"> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> | ||
<dc:Bounds x="156" y="81" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1"> | ||
<dc:Bounds x="300" y="59" width="100" height="80" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1"> | ||
<dc:Bounds x="512" y="81" width="36" height="36" /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="SequenceFlow_1n56yn5_di" bpmnElement="SequenceFlow_1n56yn5"> | ||
<di:waypoint x="192" y="99" /> | ||
<di:waypoint x="300" y="99" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_1oot28q_di" bpmnElement="SequenceFlow_1oot28q"> | ||
<di:waypoint x="400" y="99" /> | ||
<di:waypoint x="512" y="99" /> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"$schema": "https://altinncdn.no/schemas/json/text-resources/text-resources.schema.v1.json", | ||
"$schema": "https://altinncdn.no/toolkits/altinn-app-frontend/4/schemas/json/text-resources/text-resources.schema.v1.json", | ||
"language": "nb", | ||
"resources": [ | ||
] | ||
"resources": [] | ||
} |
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,30 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.ComponentModel.DataAnnotations; | ||
using System.Linq; | ||
using System.Text.Json.Serialization; | ||
using System.Xml.Serialization; | ||
using Microsoft.AspNetCore.Mvc.ModelBinding; | ||
using Newtonsoft.Json; | ||
namespace Altinn.App.Models.model | ||
{ | ||
[XmlRoot(ElementName="model")] | ||
public class model | ||
{ | ||
[XmlElement("property1", Order = 1)] | ||
[JsonProperty("property1")] | ||
[JsonPropertyName("property1")] | ||
public string property1 { get; set; } | ||
|
||
[XmlElement("property2", Order = 2)] | ||
[JsonProperty("property2")] | ||
[JsonPropertyName("property2")] | ||
public string property2 { get; set; } | ||
|
||
[XmlElement("property3", Order = 3)] | ||
[JsonProperty("property3")] | ||
[JsonPropertyName("property3")] | ||
public string property3 { get; set; } | ||
|
||
} | ||
} |
Oops, something went wrong.