Base solution for your next web application

Activities of "ismcagdas"

Hi,

I believe your problem is related to your modal's controller. Can you share createPersonModal controller's code as well.

Probably you will need to inject $uibModalInstance on that controller.

Hi,

When do you get this error ? As soon as run the application or in a specific case ? Can you also check your database that AbpTenants table has a record with id=2.

Answer

Hi,

JTable is waiting for a method but you are executing the method in your case, Change your jtable method definition like this

listAction: {
method: _customerService.getProducts
}

and send parameter when you load the jtable like this

jtable('load', {id: 4});

Change your application service method's input as well,

GetProducts(IdInput input)

I hope it helps.

Hi,

It's a private repository, because of that you cannot see it without an invitation. Can you share your github username with us, so we can invite you.

It should be under the web project just below the Views folder.

Hi,

This file is deleted but definition is left in the compilerconfig.json by mistake. You can delete it's definition from compilerconfig.json.

We will also delete it, thanks for the information.

Hi,

Do you use Interner Explorer ?

Hi,

Can you share a screenshot of your development and production screens ? You can also compare generated html's of two pages to see if there is a differance, if you haven't already done this.

Answer

I also suggest you to read this blog post before moving to database per tenant approach, if you haven't already. <a class="postlink" href="http://volosoft.com/aspnet-boilerplate-v0-9-and-aspnet-zero-v1-10-have-been-released/">http://volosoft.com/aspnet-boilerplate- ... -released/</a>

Answer

Hi,

Can you share the error you are getting ?

Showing 12651 to 12660 of 12775 entries