Modernization: Verify page layout analyzer with included page layout - see if something ends up in the webparts section

Created on 23 Apr 2019  路  2Comments  路  Source: pnp/modernization

Page layout:

<%@ Page language="C#" Inherits="Microsoft.SharePoint.Publishing.PublishingLayoutPage,Microsoft.SharePoint.Publishing,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" meta:progid="SharePoint.WebPartPage.Document" %>
<%@ Register Tagprefix="SharePointWebControls" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation" Assembly="Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>


































bug PageTransformationEngine

Most helpful comment

@jansenbe found the bug, I believe the analyser CleanExtractWebPartFields method cannot process field names that are GUIDs. The component is extracted but removed from the final output.

Will work on a fix either today on tomorrow.

All 2 comments

@jansenbe found the bug, I believe the analyser CleanExtractWebPartFields method cannot process field names that are GUIDs. The component is extracted but removed from the final output.

Will work on a fix either today on tomorrow.

Fix merged

Was this page helpful?
0 / 5 - 0 ratings