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

Activities of "velu"

Hi,

Solved using IAbpSession

We have created a dummy session and issue has been solved.

Thanks.

Hi,

Thanks for helping us.

We have solved this issue by another way.

Thanks

instead of webpack.config.js

Add following code in tsconfig.json

"paths": {
      "globalize": [
        "node_modules/globalize/dist/globalize"
      ],
      "globalize/*": [
        "node_modules/globalize/dist/globalize/*"
      ],
      "cldr": [
        "node_modules/cldrjs/dist/cldr"
      ],
      "cldr/*": [
        "node_modules/cldrjs/dist/cldr/*"
      ]
    }

its work for me in angular 6.0

Hi,

This problem is solved.

using session overwrite

Thanks :D

Hi,

We already implemented this logic in the simple task with session.

but we have some difficulties in sending notification in Do Work method. ---- we achieve this using session overwrite method

But in my case <span style="color:#FF0000">notification insert twice </span>in the abptenantnotifications and abpusernotifications table.

Following code is for sending notification in .netCore 1.1;

using (_unitOfWorkManager.Current.SetTenantId(null))
            {
                await _notificationPublisher.PublishAsync(
               notificationName,
               new MessageNotificationData(message),
               severity: NotificationSeverity.Info,
               tenantIds: new[] { user.TenantId }
               );
                //await _unitOfWorkManager.Current.SaveChangesAsync();
            }

You give this solution when notifications are not able to publish.

Can you give me any fix for That?

Thanks.

Hi,

But in the current application, we want to get the mobile number from the user.

Like input screen.

How can we manage in current flow?

Thanks

Hi,

It's work for me.

Thanks

Yes,

In image first red screenshot is in signup page.

the second line is in delete user.

the third line is in the audit log.

Hi,

Email subject: NOTIFICATION SHOWN TWICE FOR A SINGLE PUSH (SOLUTION)

From Email <a href="mailto:[email protected]">[email protected]</a>

Thanks.

Hi,

Any bug found in this.

Please help us to solve this issue.

Thanks

Showing 21 to 30 of 147 entries