Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Layout 功能上的SharePoint发布页面布局和页面实例中显示的重复web部件_Layout_Web Parts_Publishing - Fatal编程技术网

Layout 功能上的SharePoint发布页面布局和页面实例中显示的重复web部件

Layout 功能上的SharePoint发布页面布局和页面实例中显示的重复web部件,layout,web-parts,publishing,Layout,Web Parts,Publishing,我已经创建了自定义布局,其中包含一个web部件区域和一个客户web部件 <WebPartPages:WebPartZone id="NvRDDevliverable2" runat="server" title="Zone 2"> <ZoneTemplate> <DeliverableMapping:DeliverableMapping runat="server" ID="DevliverableOwner

我已经创建了自定义布局,其中包含一个web部件区域和一个客户web部件

<WebPartPages:WebPartZone id="NvRDDevliverable2" runat="server" title="Zone 2">
<ZoneTemplate>
          <DeliverableMapping:DeliverableMapping runat="server" 
                  ID="DevliverableOwnership" Description="Ownership and Timing" 
                  Title="Ownership and Timing " __MarkupType="vsattributemarkup" 
                   __WebPartId="{804C2865-8F61-4828-8460-312ABB3DFA9A}" WebPart="true" 
                   __designer:IsClosed="false" partorder="2"></DeliverableMapping:DeliverableMapping>
         </ZoneTemplate>
      </WebPartPages:WebPartZone>
当我尝试更新布局时,所有页面实例上都会显示重复的web部件。 如何避免这个问题