Base solution for your next web application
Open Closed

Create Entity with RAD Tool 1.6.0.3 #5729


User avatar
0
muhittincelik created

Hi i created an entity and i can not click create, update and get datatable . SQLHost is entity name.

Console message is ;

index.js:3 jQuery.Deferred exception: Cannot read property 'getAll' of undefined TypeError: Cannot read property 'getAll' of undefined at HTMLDocument.<anonymous> (http://localhost:62114/view-resources/Areas/App/Views/SQLHosts/Index.js?v=NIbZ1rDJ5Biu__J4xSvkjRSicpHf_JmYsWGsyNSjmtQ:41:48) at mightThrow (http://localhost:62114/view-resources/Areas/App/Views/_Bundles/app-layout-libs.js?v=n3qVpC5qgi69sNBAtpB8JlDvlgqCfhO9A6tO3EBvioM:4017:29) at process (http://localhost:62114/view-resources/Areas/App/Views/_Bundles/app-layout-libs.js?v=n3qVpC5qgi69sNBAtpB8JlDvlgqCfhO9A6tO3EBvioM:4085:12) undefined

And In Application Project 

public async Task&lt;PagedResultDto&lt;GetSQLHostForView&gt;> GetAll(GetAllSQLHostsInput input)
     {

3 Answer(s)
  • User Avatar
    0
    muhittincelik created

    is this a jquery upgrade issue or bug ?

  • User Avatar
    0
    yekalkan created

    Hi,

    I couldn't reproduce it. what do you mean by "jquery upgrade issue"?

  • User Avatar
    0
    muhittincelik created

    I found my problem. it is my mistake.

    Muhittin