Base solution for your next web application

Activities of "ismcagdas"

Hi,

Where do you call your final code lines ?

var blockedPermissionsAppService = new BlockedPermissionsAppService(new BlockedPermissionsRepository());
var lst = blockedPermissionsAppService.GetList();

is it in an mvc controller ?

Hi drenton,

You are invited on github. You can check this issue for the solution <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/46">https://github.com/aspnetzero/aspnet-zero/issues/46</a>.

Answer

Hi,

You dont have to duplicate your modals. Just give their full path to modal manager.

See below example;

new app.ModalManager({
	viewUrl: abp.appPath + 'Mpa/OrganizationUnits/CreateModal',
	scriptUrl: abp.appPath + 'Areas/Mpa/Views/OrganizationUnits/_CreateModal.js',
	modalClass: 'CreateOrganizationUnitModal'
});

Hi,

As far as I know, most people do it manually by hand.

I'm sure that there are tools for bootstrap layout design, but it's hard to find one for metronic. Since metronic is based on bootstrap layout, such tools might give you a starting point for your screen layout. I found this one for example <a class="postlink" href="http://www.layoutit.com/build">http://www.layoutit.com/build</a>.

For my opinion, it's better to learn bootstrap and do the pages by hand.

Hi,

Please follow the discussion here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/980">https://github.com/aspnetboilerplate/as ... issues/980</a>

Hi,

It's in the RoleAppService application service's GetRoleForEdit method. See it here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/7773db5b26cdb3d4dc6ece9be17a4c41ee6d5a4d/src/MyCompanyName.AbpZeroTemplate.Application/Authorization/Roles/RoleAppService.cs">https://github.com/aspnetzero/aspnet-ze ... Service.cs</a>

var permissions = PermissionManager.GetAllPermissions();

Hi,

We are actually working on similar issues,

<a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/936">https://github.com/aspnetboilerplate/as ... issues/936</a> <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/170">https://github.com/aspnetzero/aspnet-zero/issues/170</a>.

It will be in the next release ABP & Zero as well.

Hi Hasan,

You need to remove "OAuthBearerOptions" static property from TryController and use "WebApi.Controllers.AccountController.OAuthBearerOptions" in your TryController.

Hi,

I think this is not jTable, it's angular ui grid. There is an open issue for this <a class="postlink" href="https://github.com/angular-ui/ui-grid/issues/3020">https://github.com/angular-ui/ui-grid/issues/3020</a>.

We are also following this issue, we will fix it when this issue is resolved.

Hi,

After serializing form, you need to manually handle to child data.

This post might give you an idea. <a class="postlink" href="http://stackoverflow.com/questions/4034103/serialize-inputs-in-table-rows-jquery">http://stackoverflow.com/questions/4034 ... ows-jquery</a>

Showing 12641 to 12650 of 12723 entries