Skip to content

Commit

Permalink
Add 'GtActionComment' to templates and ProjectContentColumns list [sk…
Browse files Browse the repository at this point in the history
…ip-ci]
  • Loading branch information
Remi749 committed Apr 9, 2024
1 parent 64f86a4 commit a428434
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Templates/JsonTemplates/_JsonTemplateProgram.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
{
"ID": "2ae541a5-5ecc-481d-afb6-c03a6f1e71b4",
"Name": "GtActionResponsible"
},
{
"ID": "a187c8e3-944c-485a-ad11-c654fda6be66",
"Name": "GtActionComment"
}
]
},
Expand Down Expand Up @@ -956,7 +960,8 @@
"LinkTitle",
"GtProjectPhase",
"GtActionDate",
"GtActionResponsible"
"GtActionResponsible",
"GtActionComment"
],
"AdditionalSettings": {
"RowLimit": 10,
Expand Down
7 changes: 6 additions & 1 deletion Templates/JsonTemplates/_JsonTemplateProject.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
{
"ID": "2ae541a5-5ecc-481d-afb6-c03a6f1e71b4",
"Name": "GtActionResponsible"
},
{
"ID": "a187c8e3-944c-485a-ad11-c654fda6be66",
"Name": "GtActionComment"
}
]
},
Expand Down Expand Up @@ -833,7 +837,8 @@
"LinkTitle",
"GtProjectPhase",
"GtActionDate",
"GtActionResponsible"
"GtActionResponsible",
"GtActionComment"
],
"AdditionalSettings": {
"RowLimit": 10,
Expand Down
10 changes: 10 additions & 0 deletions Templates/Portfolio/Objects/Lists/Prosjektinnholdskolonner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,16 @@
<pnp:DataValue FieldName="GtColMinWidth">100</pnp:DataValue>
<pnp:DataValue FieldName="GtColMaxWidth">120</pnp:DataValue>
</pnp:DataRow>
<pnp:DataRow> <!-- ID: 56 -->
<pnp:DataValue FieldName="GtSortOrder">640</pnp:DataValue>
<pnp:DataValue FieldName="Title">Kommentar</pnp:DataValue>
<pnp:DataValue FieldName="GtInternalName">GtActionComment</pnp:DataValue>
<pnp:DataValue FieldName="GtManagedProperty">GtActionCommentOWSMTXT</pnp:DataValue>
<pnp:DataValue FieldName="GtFieldDataType">Note</pnp:DataValue>
<pnp:DataValue FieldName="GtDataSourceCategory">Kommunikasjonsoversikt</pnp:DataValue>
<pnp:DataValue FieldName="GtColMinWidth">200</pnp:DataValue>
<pnp:DataValue FieldName="GtColMaxWidth">300</pnp:DataValue>
</pnp:DataRow>
</pnp:DataRows>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/Lists/Security/DefaultSecurity.xml" />
</pnp:ListInstance>

0 comments on commit a428434

Please sign in to comment.