Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "aggarwal"

Just renames id to xid to avoid any another conflict. screenshot from console is below.

Its value is coming as 0 now in controller.

{id: 7}

Hi @aaron,

I made that change. The object is still coming as null.

Regards, Vikas

Hi @entripy

I am facing same issue.

Can you please post the solution?

Cheers, Vikas

window.location = response.url; fixes the problem :)

Closing ticket

Thank you.

@aaron: What I mean is that any methods that as written as ApplicationService in Projectname.Application project seems to be available as an API.

If any database operation methods are written elsewhere, they won't be availabe as API?

Just want to verify my understanding.

Thanks @aaron.

I was able to make it work.

Does the Application Service expose the services as API? Coding directly in contoller would mean no api for that operation?

Regads, Vikas

Hi @ismcagdas.

Everything working now, execpt the localisation for dropdown was not getting picket up.

Line 140 needs a small fix in following. Can you review and get that logged as github issue?

https://github.com/aspnetzero/aspnet-zero-core/commit/7eb8a38d46bc704dbc6250b49e240c149900caf7

  •             entityHistoryObjectTypes.Add(new NameValueDto(enabledEntity, enabledEntity));
    
  •             entityHistoryObjectTypes.Add(new NameValueDto(L(enabledEntity), enabledEntity));
    

Thank you for your help :)

Showing 31 to 40 of 43 entries