-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List Formatting: When saving from the editProps
action inside a custom card in the document library, an error message appears
#10114
Comments
Hello @tecchan1107, |
@tecchan1107, |
Hi @Ashlesha-MSFT . Thanks for the reply!
The following is the procedure for reproduction.
Reproduction_10114.mp4 |
Looks like a chatbot account. |
@tecchan1107, |
@Ashlesha-MSFT |
@Ashlesha-MSFT I can reproduce the issue, following the steps presented by @tecchan1107. Looking at the screenshots and screenrecordings, I notice that the chat/comment area is shown in the form. I don't see this for document libraries (only in lists). Can this be enabled somehow or is this a new feature which will rollout soon? |
@tecchan1107, |
The edit properties now appears as popup windows for doc lib, but when using the search bar still shows the old side pane. |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
In the document library, a button executing the
editProps
action is placed inside a custom card. When editing and saving properties using this button, the error message "Cannot load a resource from a ResourceScope that has been disposed." appears. However, the values seem to be saved correctly.If you save from the button to perform the
editProps
action shown in the field, no error message will appear.Steps to reproduce
Apply the following JSON to any column in the document library
sample code
Open property edit screen from custom card
Click the Save button
Expected behavior
No error message appears and can be saved.
The text was updated successfully, but these errors were encountered: