-
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
Validation bug when pasting in new list entries #10081
Comments
@elsiegit can you share a little video? The error icon should also bring you to the column with the error; can you provide more details on the column with the error and the data you're pasting? |
Here you go, two videos.... same dataset, (1) works fine as a single paste action, (2) fails if multiple paste actions. No validation error details / tooltips are available. Once this bug occurs, all subsequent pasting fails until I leave the view and return to it. This has only started occurring in the past couple of days and I have not made any changes to any list settings / configuration in this time. Media3.mp4Media2.mp4 |
@elsiegit interesting, thanks for sharing! I'll look into it. |
@elsiegit thanks for the report! I think we've figured this out. We're working on a fix and will roll it out in the next few days. |
Hi, issue is still persisting... do you have an ETA for resolution please? |
@elsiegit can you open up devtools in your browser and type _spModuleLink into the console, hit enter, and let me know what the output is? |
Here you go, hope it helps: {buildNumber: 'odsp-web-prod_2025-01-24.002', targetBuildNumber: null, isBuildAsExperimentRunning: false, manifestName: 'ListsEnterprise', scenarioName: 'ListsEnterprise', …} |
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
When pasting in new entries into modern view lists (WebViewList in URL suffix), it is working correctly if all columns in the view are pasted in as a single paste action, however if columns are pasted in as separate past actions, then a validation error appears which does not clear even though there are no validation issues. I have successfully pasted the same data as a single action but if I try to paste individual columns then the issue occurs. I have tried unhiding all columns in the view to ensure there are no other validation issues.
Steps to reproduce
Expected behavior
I expect to be able to paste in columns as needed, and the item to be pass validation once all mandatory fields are completed and all other validations have passed.
The text was updated successfully, but these errors were encountered: