我有一个站点列,它们已添加到已通过功能部署的现有内容类型中。 在“内容类型”中,列显示正常,但在查看或编辑其列表使用内容类型的文档属性时,列会显示两次。它们看起来相同,并且更新其中一个实例会更新两个实例。使用列表项和网站集上的PowerShell查看可用字段不会显示任何重复 - 查看“库设置”和查看列时也是如此。尽管如此,在查看或编辑属性时仍会发生重复。 这是我的代码:
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<!-- My Column (Field)-->
<Field ID="{996A0BA7-4B25-44F9-9AE6-FBE47EC123CE}" Group="RK Fields" Name="Kategori" DisplayName="Kategori" Type="Text"
Hidden="TRUE" Required="FALSE" SourceID="http://schemas.microsoft.com/sharepoint/v3" StaticName="Kategori"/>
<!-- My Content Type -->
<ContentType ID="0x01010053e1d612ba3f4e21aa250ecd751942b3"
Name="RKDokument"
Group="RK Content Types"
Description="Innehållstyp för dokument på RK"
Inherits="TRUE"
Version="0">
<FieldRefs>
<FieldRef ID="{996A0BA7-4B25-44F9-9AE6-FBE47EC123CE}" Name="Kategori" />
</FieldRefs>
</ContentType>
</Elements>