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

Activities of "uq"

Thanks it worked :)

Hello @aaron this is not the new thread as I added one question here for 2 features due to this I was sharing pending one here also as per @ismcagdas reply he suggested we can add or modify PublishAsyn method to pass one more param but this is not possible as its inbuit.

A part from this I need to sent user specific with one more id(new param) notifications in my system could you please suggest method type/name or a proper way to handle it?

Thanks,

Hello, I am able to modify chat module to send messages but not able to modify NotificationPublisher.PublishAsync method as its the inbuit method of ABP. I also added one more column in AbpTenantNotifications table but not getting proper wy to pass data with PublishAsyn method:

       await _notificationPublisher.PublishAsync(
            "App.SimpleMessage",
            new MessageNotificationData(message),
            severity: severity, 
            userIds: new[] { user }
            );
     

Here is the paramters required screen shot: http://prntscr.com/likw3h

Please suggest.

Any update?

  1. Could you debug the value of _modalManager.getArgs().extraFilters in _LookupModal.js ?

Yes, its working now. Thanks.

  1. You can use Data field in AbpTenantNotifications for additional fields.

Ok if we modify table and how to pass one more value(new column) in SendMessageAsyn method as its taking following params by default:

await _appNotifier.SendMessageAsync(
                    receiver,
                    L("PredefinedMessage"),
                    severity.ToPascalCase(CultureInfo.InvariantCulture).ToEnum<NotificationSeverity>()
                    );
       

Thanks,

Showing 1 to 5 of 5 entries