Skip to content
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

Field descriptions #467

Merged
merged 3 commits into from
Apr 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Templates/Portfolio/Objects/Lists/Ressursallokering.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<pnp:FieldRef ID="fa564e0f-0c70-4ab9-b863-0177e6ddd247" Name="Title" Required="false" />
</pnp:FieldRefs>
<pnp:Fields>
<Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" StaticName="Title" DisplayName="Beskrivelse" />
<Field ID="{fa564e0f-0c70-4ab9-b863-0177e6ddd247}" Type="Text" Name="Title" StaticName="Title" DisplayName="Beskrivelse" Description="Beskriv kort hensikten med allokeringen" />
</pnp:Fields>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="Objects/Lists/Security/DefaultSecurity.xml" />
</pnp:ListInstance>
18 changes: 10 additions & 8 deletions Templates/Portfolio/Objects/Lists/Tidslinjeinnhold.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,22 @@
<JSLink>clienttemplates.js</JSLink>
</View>
</pnp:Views>
<pnp:FieldRefs>
<pnp:FieldRef ID="e39c32db-a7da-4c93-9369-8aa5a7bde92d" Name="GtStartDate" />
<pnp:FieldRef ID="16623c2a-3fd1-41c2-87e7-958583dd88da" Name="GtEndDate" DisplayName="Sluttdato (dato for milepæl)" />
<pnp:FieldRef ID="28be4cc9-bc5e-4a55-a557-f652b564ca75" Name="GtBudgetTotal" DisplayName="Budsjett for fasen (dersom aktuelt)" />
<pnp:FieldRef ID="5af54348-bc38-4a18-a11f-0f84a96da4ea" Name="GtCostsTotal" DisplayName="Kostnad for fasen (dersom aktuelt)" />
</pnp:FieldRefs>
<pnp:Fields>
<Field Type="Lookup" Mult="TRUE" DisplayName="Prosjekttilknytning" List="{listid:Prosjekter}" ShowField="Title" RelationshipDeleteBehavior="None" ID="{08e2c51f-b138-416a-a4b5-638b2f80b4f6}" SourceID="{{listid:Tidslinjeinnhold}}" StaticName="SiteIdLookup" Name="SiteIdLookup" />
<Field Type="Choice" DisplayName="Type" Description="" Format="Dropdown" FillInChoice="FALSE" ID="{ecd50b9b-c143-4592-9595-9d2bee110abb}" StaticName="TimelineType" Name="TimelineType">
<Field Type="Lookup" Mult="TRUE" DisplayName="Prosjekttilknytning" Description="Hvilket prosjekt er elementet knyttet til?" List="{listid:Prosjekter}" ShowField="Title" RelationshipDeleteBehavior="None" ID="{08e2c51f-b138-416a-a4b5-638b2f80b4f6}" SourceID="{{listid:Tidslinjeinnhold}}" StaticName="SiteIdLookup" Name="SiteIdLookup" />
<Field Type="Choice" DisplayName="Type" Description="Hva slags type tidslinje element er dette?" Format="Dropdown" FillInChoice="FALSE" ID="{ecd50b9b-c143-4592-9595-9d2bee110abb}" StaticName="TimelineType" Name="TimelineType">
<CHOICES>
<CHOICE>Fase</CHOICE>
<CHOICE>Delfase</CHOICE>
<CHOICE>Milepæl</CHOICE>
</CHOICES>
</Field>
<Field Type="Choice" DisplayName="Type" Description="" Format="Dropdown" FillInChoice="FALSE" ID="{ecd50b9b-c143-4592-9595-9d2bee110abb}" StaticName="TimelineType" Name="TimelineType"/>
<Field Decimals="0" Description="Hva er totalbudsjettet?" DisplayName="Budsjett for fasen (dersom aktuelt)" ID="{28be4cc9-bc5e-4a55-a557-f652b564ca75}" LCID="1044" Min="0" Name="GtBudgetTotal" StaticName="GtBudgetTotal" Type="Currency" />
</pnp:Fields>
<pnp:FieldRefs>
<pnp:FieldRef ID="e39c32db-a7da-4c93-9369-8aa5a7bde92d" Name="GtStartDate" />
<pnp:FieldRef ID="16623c2a-3fd1-41c2-87e7-958583dd88da" Name="GtEndDate" DisplayName="Sluttdato (dato for milepæl)" />
<pnp:FieldRef ID="28be4cc9-bc5e-4a55-a557-f652b564ca75" Name="GtBudgetTotal" DisplayName="Budsjett for fasen (dersom aktuelt)" />
<pnp:FieldRef ID="5af54348-bc38-4a18-a11f-0f84a96da4ea" Name="GtCostsTotal" DisplayName="Kostnad for fasen (dersom aktuelt)" />
</pnp:FieldRefs>
</pnp:ListInstance>
Loading