-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:fixedIssue was fixed in current or prior release.Issue was fixed in current or prior release.type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.
Description
Category
- Question
- Typo
- Bug
- Additional article idea
Expected or Desired Behavior
SP Field Customizer loads on demand when switching to a view that contains the field and the view renders/displays.
Observed Behavior
If the initial view loaded contains the custom field then all views that have the custom field render correctly. However, if the initial view does not contain the custom field then when trying to switch to a view that contains the custom column the view does not load. The view id in the query string changes. Views without the custom column will load without a problem.
The following console log is written when clicking the view from the drop down:
sp-client module loader promise does not exist
Steps to Reproduce
- Build a field customizer based on https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-field-customizer
- Deploy solution via Office 365 CDN based on https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/hosting-extension-from-office365-cdn
- Add app to site
- Add custom column to library, do not add it to the default view
- Add custom column to a non default view
- Navigate to default view in modern ui
- Attempt to switch to the view that contains the custom field
Submission Guidelines
None
Metadata
Metadata
Assignees
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:fixedIssue was fixed in current or prior release.Issue was fixed in current or prior release.type:bug-confirmedConfirmed bug, not working as designed / expected.Confirmed bug, not working as designed / expected.