Base solution for your next web application

Activities of "andmattia"

I suggest to use WinMerge([http://sourceforge.net/projects/winmerge/?source=typ_redirect])) and compare all file and marge (add/remove or merge) file & folders.

Mattia

Answer

Arg!!!

I'm very stupid!!!

I've disable custom error to investigate en IoC loop!!!

Thk a lot Halil!

Have a nice weekend!

mat

Thks @hikalkan

I found my erron. In some class I foget to inherit from serviceBase class so I don't have a localization manager

Great post!!!

I have the same issue but I supposted that relative to my WIN10... My work around was task manager -> IIS process -> kill but it's not very elegant!

Nice work!

m

ok it's clear, but if I want that a user can define a page that want to see on start up where can I store this information? abpsession?

if (abp.auth.hasPermission('Pages.Tenant.Dashboard')) { if (abp.auth.hasCustomRoute()) { $urlRouterProvider.otherwise(abp.auth.customRoute); }else{ $urlRouterProvider.otherwise("/tenant/dashboard"); }

Answer

In registration form if tenant doesn't existes create it and add admin.

I try to make a similar oparation (without tenant) but I catch "the not logged in expection [CurrentUserDidNotLoginToTheApplication]" in angular becuse at startup the app call appModule.factory('appSession' ...

abp.services.app.session.getCurrentLoginInformations // get error

How can I prevent this error?

The Idea is to use same anugular app, if is it possibile, for anonymous and logged user mat

Hi ISMCAGDAS

I have create & upload 2 screen shot. I check the html generated and it's similar but in production I have budnled file CSS reather then in debug.

[attachment=0:12g2mwpy]debug.jpg[/attachment:12g2mwpy]

Ok, I found the issue/solution.

about check box the issue is related to jquery-uniform, I need to copy images folder on /Bundles/App and I solve it!

Mat

I try to create a new directive but I get this error on the production enviroment.

I create a file in App/common/driective/draggable.js

js?v=RTs-jMDzy1oFTjfGGE0IY6oLP7brKVmncyDjZJ5wE9k1:1454 Error: [$injector:unpr] <a class="postlink" href="http://errors.angularjs.org/1.5.0/$injector/unpr?p0=nProvider%20%3C-%20n%20%3C-%20draggableDirective">http://errors.angularjs.org/1.5.0/$inje ... eDirective</a>

Any idea to solve it?

Showing 1 to 10 of 136 entries