Home › Forums › Modern DFFS › Form Loading problems in Modern DFFS
Tagged: Loading Form, Modern DFFS
- This topic has 7 replies, 2 voices, and was last updated 9 months, 2 weeks ago by Alexander Bautz.
-
AuthorPosts
-
-
January 17, 2024 at 15:03 #37407
Hi Alexander,
I have found out, that Modern DFFS sometime failed to load form (nothing happend after click) after clicking on default view/edit buttons in modern Sharepoint List View. I am not able to replicated issue, but when issue occurred I have been able to save console output with error message. It looks like problem in dffs-command-set.js in function getPageContextFromLegacy. Looks like window._spPageContextInfo is not available at that time.
Could you please check my log and confirm or deny my findings? Is there some solution/workaround for this problem.
Currently we are using Modern DFFS version 1.0.45.0. , locale cz-CS.
LOG:
dffs-command-set_518d16d3a4af8c21195d.js:2 Uncaught TypeError: Cannot read properties of undefined (reading ‘charAt’)
at t.getPageContextFromLegacy (dffs-command-set_518d16d3a4af8c21195d.js:2:2384449)
at t.getCurrentListContextOnClick (dffs-command-set_518d16d3a4af8c21195d.js:2:2379084)
at d (dffs-command-set_518d16d3a4af8c21195d.js:2:2386247)
at dffs-command-set_518d16d3a4af8c21195d.js:2:2389231
t.getPageContextFromLegacy @ dffs-command-set_518d16d3a4af8c21195d.js:2
t.getCurrentListContextOnClick @ dffs-command-set_518d16d3a4af8c21195d.js:2
d @ dffs-command-set_518d16d3a4af8c21195d.js:2 -
January 17, 2024 at 20:59 #37408
I haven’t seen this error myself. It refers to the built in object _spPageContextInfo and it tries to read the pageListId from that object.
If you are able to recreate the issue it would help me to troubleshoot if you could bring up the developer tools and type this in the console and send me the output (expand the object) by clicking the triangle to the left of the output:
_spPageContextInfo
Alexander
-
January 18, 2024 at 14:59 #37409
Hi Alexander,
we will try capture data object when issue occurs again.
Thanks
-
January 30, 2024 at 14:15 #37434
Hi Alexander,
i was able to capture _spPageContextInfo during the error, but it looks weird.
Is it helpful ?Thanks
MartinAttachments:
-
January 30, 2024 at 17:11 #37437
Thanks, I think this helped. I’ll include a fix in the next release.
Best regards,
Alexander -
January 31, 2024 at 14:19 #37438
Hi Alexander,
can you tell me ETA of next release? Our customers are waiting for it and are little bit nervous.
Thanks
Martin -
January 31, 2024 at 17:51 #37439
I’m planning to release a new version during or over the upcoming weekend.
Alexander
-
February 5, 2024 at 20:21 #37459
I have released the new version – check it out and let me know if you still have problems.
Alexander
-
-
AuthorPosts
- You must be logged in to reply to this topic.