Lists are not loaded in new workspaces (Blank Page)DescriptionLists are not loaded in custom workspaces, a blank page is shown instead. When Workspace first loads it seems to be working properly since the Landing Page is displayed along with reports. Once you click the Lists module, no lists are shows, just a blank page.Steps to Reproduce Create a new workspace: Navigate to My Company Apps -> Create New.Follow the wizard and select data table = Interaction. Look up the workspace configuration in sys_aw_master_config and confirm that lists have been successfully added.Open the workspace.Navigate to the list module. Expected behavior: The list that you saw in Step 2 should appear in the menu. Actual behavior: Nothing shows up.WorkaroundApply below workaround if you are running into this issue and the custom workspace was created prior to Paris Patch 2: Navigate to the sys_aw_master_config (Workspace) table and find the associated workspace that you created. Open the associated sys_aw_master_config record for the workspace created.Navigate to the "Workspace Modules" tab, located in the related list section of the associated workspace created in step 1. Find the "Lists" module and open the associated sys_aw_module (Module) record.In the "Module Content View" section/tab on that record. Modify the Content Component (content_component) column and find & select the associated "sn-workspace-list-module" UX Component (sys_ux_lib_component record) where deprecated=false and tag=sn-workspace-list-module.Save the associated "Lists" module record.Navigate to the workspace (the URL for the workspace can be found in the associated sys_aw_master_config record in the "related links" section) and verify that the associated list view for the table selected in step 1 displays in your custom workspace.Related Problem: PRB1416922