Message: Uncaught TypeError: Cannot read property 'DocumentTypeGrid' of undefined #5526
Replies: 2 comments 4 replies
-
Hello @technet365 it's gives |
Beta Was this translation helpful? Give feedback.
-
sorry for misunderstanding. I have 2 classes, DocumentState and DocumentType. On both classes is same problem. |
Beta Was this translation helpful? Give feedback.
-
F12 - Debug:
jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:4046 jQuery.Deferred exception: Cannot read property 'DocumentTypeGrid' of undefined TypeError: Cannot read property 'DocumentTypeGrid' of undefined
at HTMLDocument. (http://localhost:59952/Documents/DocumentType:214:32)
at mightThrow (http://localhost:59952/Serenity.Assets/Scripts/jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:3762:29)
at process (http://localhost:59952/Serenity.Assets/Scripts/jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:3830:12) undefined
jQuery.Deferred.exceptionHook @ jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:4046
jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:4055 Uncaught TypeError: Cannot read property 'DocumentTypeGrid' of undefined
at HTMLDocument. (DocumentType:214)
at mightThrow (jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:3762)
at process (jquery-3.5.1.js?v=I8fF0tExdQjoB6bH93fW7Q:3830)
Sergen:
Enter a Table: ('!' to abort)
dbo.DocumentState
Enter a Module name for table: ('!' to abort)
Documents
Enter a class Identifier for table: ('!' to abort)
DocumentState
Enter a Permission Key for table: ('!' to abort)
Documents:General
Choose What to Generate (R:Row, S:Repo+Svc, U=UI, C=Custom)
RSUC
Grid file:
namespace SmartOCR.Documents {
}
In web.js i don't have anything about DocumentStateGrig.
P.S. DocumentType is in same error.
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions