dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

GridEditorBase Error #41

Closed muhammedyaman closed 4 years ago

muhammedyaman commented 4 years ago

When i transform t4 templates Editors doesnt get defined. I change the type to common.grideditorbase then it works after that i change it back to _ext.grideditor to be able to use. Am I missing something here?

dfaruque commented 4 years ago

In ScriptInitialization.ts file add the following Q.Config.rootNamespaces.push('_Ext');

muhammedyaman commented 4 years ago

Thank you