Skip to content

Commit

Permalink
Add "Idémodul" as category and add elements to "Prosjektinnholdskolon…
Browse files Browse the repository at this point in the history
…ner" for ideas
  • Loading branch information
Remi749 committed Nov 11, 2024
1 parent 307e18c commit e350816
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 0 deletions.
1 change: 1 addition & 0 deletions Templates/Portfolio/Objects/ContentTypes/@.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<pnp:ContentTypes xmlns:pnp="http://schemas.dev.office.com/PnP/2021/03/ProvisioningSchema">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/ContentTypes/Idea/Idebehandling.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/ContentTypes/Idea/Idekolonne.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/ContentTypes/Idea/Idekonfigurasjonselement.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/ContentTypes/Idea/Prosjektide.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/ContentTypes/BA/Prosjekt (Bygg og anlegg).xml" />
Expand Down
18 changes: 18 additions & 0 deletions Templates/Portfolio/Objects/ContentTypes/Idea/Idekolonne.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<pnp:ContentType ID="0x0100F2E3AE5113CA4CCDA12439D77D6DD995" Name="{resource:ContentTypes_IdeaColumn_Name}" Description="{resource:ContentTypes_IdeaColumn_Description}" Group="{resource:ContentTypes_Group}" UpdateChildren="true"
xmlns:pnp="http://schemas.dev.office.com/PnP/2021/03/ProvisioningSchema">
<pnp:FieldRefs>
<pnp:FieldRef ID="0e82c395-9ed9-43f9-871a-208215b18558" Name="GtSortOrder" UpdateChildren="true" />
<pnp:FieldRef ID="fa564e0f-0c70-4ab9-b863-0177e6ddd247" Name="Title" Required="true" UpdateChildren="true" />
<pnp:FieldRef ID="bfbf2ffe-4960-4752-aab4-7cf20c3a757b" Name="GtInternalName" Required="true" UpdateChildren="true" />
<pnp:FieldRef ID="14dfd5b2-cf1d-4735-9e1b-7fa0d3658430" Name="GtManagedProperty" Required="true" UpdateChildren="true" />
<pnp:FieldRef ID="7463d38f-5f51-4b25-a920-04ea1ec24a26" Name="GtFieldDataType" Required="true" UpdateChildren="true" />
<pnp:FieldRef ID="0512df49-8fd7-459a-b144-b3017cbbffaa" Name="GtFieldDataTypeProperties" UpdateChildren="true" />
<pnp:FieldRef ID="67a0a4b1-61d7-45c3-9157-7e302450a304" Name="GtDataSourceCategory" UpdateChildren="true" />
<pnp:FieldRef ID="9f6b103c-17c6-4a9c-908e-9d53a5a9ca60" Name="GtDataSourceLevel" UpdateChildren="true" />
<pnp:FieldRef ID="a156e8b6-fc02-475c-a377-47c6795fed1d" Name="GtColMinWidth" UpdateChildren="true" />
<pnp:FieldRef ID="27c60000-e004-4932-aeaa-6045e197ff87" Name="GtColMaxWidth" UpdateChildren="true" />
<pnp:FieldRef ID="b77be89a-346f-4897-b519-e55eedbc0aa9" Name="GtIsGroupable" UpdateChildren="true" />
<pnp:FieldRef ID="09b7ae78-f5f9-4d82-8db5-b27c187b7872" Name="GtFieldLocked" UpdateChildren="true" />
<pnp:FieldRef ID="3045f822-9637-4fbc-8981-79fc54d135e6" Name="GtIdeaCopyToProcess" UpdateChildren="true" />
</pnp:FieldRefs>
</pnp:ContentType>
251 changes: 251 additions & 0 deletions Templates/Portfolio/Objects/Lists/Prosjektinnholdskolonner.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Templates/Portfolio/Objects/SiteFields/@.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<pnp:SiteFields xmlns:pnp="http://schemas.dev.office.com/PnP/2021/03/ProvisioningSchema">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaAffectedParties.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaBackground.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaCopyToProcess.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaCriticalSuccessFactors.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaDecision.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/SiteFields/Idea/GtIdeaDecisionComment.xml" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
<CHOICE>Ressursallokering</CHOICE>
<CHOICE>Prosjekter</CHOICE>
<CHOICE>Erfaringslogg</CHOICE>
<CHOICE>Idémodul</CHOICE>
</CHOICES>
</Field>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<Field Type="Boolean" DisplayName="{resource:SiteFields_GtIdeaCopyToProcess_DisplayName}" Description="{resource:SiteFields_GtIdeaCopyToProcess_Description}" Group="{resource:SiteFields_Portfolio_Group}" ID="{3045f822-9637-4fbc-8981-79fc54d135e6}" StaticName="GtIdeaCopyToProcess" Name="GtIdeaCopyToProcess"><Default>1</Default></Field>
15 changes: 15 additions & 0 deletions Templates/Portfolio/Resources.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@
<data name="View_Cards_DisplayName" xml:space="preserve">
<value>Card view</value>
</data>
<data name="View_IdeaItems_DisplayName" xml:space="preserve">
<value>Idémodul</value>
</data>
<data name="ContentTypes_Group" xml:space="preserve">
<value>Project Portal content types</value>
</data>
Expand Down Expand Up @@ -543,6 +546,12 @@
</data>
<data name="ContentTypes_Idea_Configuration_Element_Description" xml:space="preserve">
<value>Content type for idea configuration (Idea Processing)</value>
</data>
<data name="ContentTypes_IdeaColumn_Name" xml:space="preserve">
<value>Idekolonne</value>
</data>
<data name="ContentTypes_IdeaColumn_Description" xml:space="preserve">
<value>Innholdstype for idekolonne (kolonnekonfigurasjon)</value>
</data>
<data name="ContentTypes_HelpContent_Name" xml:space="preserve">
<value>Hjelpeinnhold</value>
Expand Down Expand Up @@ -2138,6 +2147,12 @@
<data name="SiteFields_GtIdeaRegistrationChoices_Description" xml:space="preserve">
<value>Recommendations are configured as JSON, multiple choices can be added, note that the key must remain the same for the default choices</value>
</data>
<data name="SiteFields_GtIdeaCopyToProcess_DisplayName" xml:space="preserve">
<value>Kopier til behandling</value>
</data>
<data name="SiteFields_GtIdeaCopyToProcess_Description" xml:space="preserve">
<value>Verdien skal kopieres til behandling (kolonne i behandling må matche på visningsnavn eller internt navn, og type.)</value>
</data>
<data name="SiteFields_GtBAEndDateOriginal_DisplayName" xml:space="preserve">
<value>Original handover date</value>
</data>
Expand Down
15 changes: 15 additions & 0 deletions Templates/Portfolio/Resources.no-NB.resx
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
<data name="View_Cards_DisplayName" xml:space="preserve">
<value>Kortvisning</value>
</data>
<data name="View_IdeaItems_DisplayName" xml:space="preserve">
<value>Idémodul</value>
</data>
<data name="ContentTypes_Group" xml:space="preserve">
<value>Prosjektportalen innholdstyper</value>
</data>
Expand Down Expand Up @@ -595,6 +598,12 @@
<data name="ContentTypes_Idea_Configuration_Element_Description" xml:space="preserve">
<value>Innholdstype for idékonfigurasjon (Idébehandling)</value>
</data>
<data name="ContentTypes_IdeaColumn_Name" xml:space="preserve">
<value>Idekolonne</value>
</data>
<data name="ContentTypes_IdeaColumn_Description" xml:space="preserve">
<value>Innholdstype for idekolonne (kolonnekonfigurasjon)</value>
</data>
<data name="ContentTypes_HelpContent_Name" xml:space="preserve">
<value>Hjelpeinnhold</value>
</data>
Expand Down Expand Up @@ -2281,6 +2290,12 @@
<data name="SiteFields_GtIdeaRegistrationChoices_Description" xml:space="preserve">
<value>Anbefalingsvalg settes opp med JSON, her kan flere valg legges til, merk at nøkkel (key) må forbli lik for standardvalgene</value>
</data>
<data name="SiteFields_GtIdeaCopyToProcess_DisplayName" xml:space="preserve">
<value>Kopier til behandling</value>
</data>
<data name="SiteFields_GtIdeaCopyToProcess_Description" xml:space="preserve">
<value>Verdien skal kopieres til behandling (kolonne i behandling må matche på visningsnavn eller internt navn, og type.)</value>
</data>
<data name="SiteFields_GtBAEndDateOriginal_DisplayName" xml:space="preserve">
<value>Opprinnelig overtakelsesdato</value>
</data>
Expand Down

0 comments on commit e350816

Please sign in to comment.