Base solution for your next web application

Activities of "hole7"

Answer

Hi Hikalkan,

Thanks in advance

Answer

Hi hikalkan,

Thanks for your advice.

Please give me some specific domain business!

Let's say that I'm gonna follow module-zero designing, so in the user management page we don't show any tenant users, then I need to add one option called "Change admin permissions" to tenant management to modify the permissions for tenant admin user. Am I right?

Thanks, Ho Le

Hi,

As my little knowledge of abp -zero, it's already have a table for this stuff,

SELECT * FROM [dbo].[AbpUserNotifications]

You can use State column which has two values: 0 and 1 correspoding with UserNotificationSate enum of abp framework

Thanks, Ho Le

Hi hikalkan,

For getting by string, I know how to do that but in my case I'm having a ILocalizableString object (which is DisplayName of notification definition) and I want to get back the localization string before sending back to client :)

By the way, I had solution, I injected ILocalizationContext and then use Localize extension

Thanks

Hi hikalkan,

I got it.

Thank you very much :)

Hi,

No problems

I did install Hangfire.SqlServer (1.5.3.0) and setting dependency on AbpHangireModule too, but don't know why it's not working.

Let me try to reinstall it :) hope somehow it works :)

Thanks a lot

Hi ismcagdas,

I'm using log4net 1.2.10.0 and Hangfire.Core 1.5.3.0.

For SaveLocalizeValue method, I fixed it.

Thanks

Answer

Hi,

You can define your custom menu definition:

var leftMenu = new MenuDefinition("LeftMenu", new FixedLocalizableString("LeftMenu"));

then add items to leftMenu.

And add to menu context: context.Manager.Menus.Add("LeftMenu", leftMenu);

Use in js: vm.menu = abp.nav.menus.LeftMenu;

hi ismcagdas ,

Give me another question!

I just use the same configuration as startup template for Hangfire config but it throw an exception as image below

[http://pasteboard.co/2hTvYmyE.png])

Thanks

hi,

Thanks for your advice!

I found an exception:

"ERROR 2016-03-15 22:16:41,078 [165 ] lers.Filters.AbpExceptionFilterAttribute - Only one complex type allowed as argument to a web api controller action. But SaveLocalizedValue contains more than one! Abp.AbpException: Only one complex type allowed as argument to a web api controller action. But SaveLocalizedValue contains more than one!"

So, with that logs I think I can fix it. But, what changed with the new version? because old version worked fine.

Thanks ismcagdas so much!

Showing 1 to 10 of 14 entries