Activities of "liangshiwei"

Hi, we can use zoom to remote. My email : shiwei.liang@volosoft.com You can send an email to me, I will send the zoom link.

Hi

The data is a json object, just an example:

Hi,

You need to login with tenant then you can create users for the tenant.

I used the project you provided and it works fine. I can help you remotely . if you are free, please contract me.

Hi,

**I am experiencing the same problem in a project build on the startup template **

Could you send the startup template proejct to me? shiwei.liang@volosoft.com. thanks.

HI

I did not receive any mail, could you try send again.

Try

[Dependency(ReplaceServices = true)]
    public class MyUnitOfWorkMongoDbContextProvider<TMongoDbContext> : UnitOfWorkMongoDbContextProvider<TMongoDbContext> where TMongoDbContext : IAbpMongoDbContext
{
    public MyUnitOfWorkMongoDbContextProvider(IUnitOfWorkManager unitOfWorkManager, IConnectionStringResolver connectionStringResolver) : base(unitOfWorkManager, connectionStringResolver)
    {
    }

    public new TMongoDbContext CreateDbContextWithTransaction(
        IUnitOfWork unitOfWork,
        MongoUrl url,
        MongoClient client,
        IMongoDatabase database)
    {
        var dbContext = unitOfWork.ServiceProvider.GetRequiredService<TMongoDbContext>();
        dbContext.ToAbpMongoDbContext().InitializeDatabase(database, null);

        return dbContext;
    }
}

Hi,

There is no good way to disable yet, You can replace the UnitOfWorkMongoDbContextProvider class and remove CreateDbContextWithTransaction method

Hi

Try:

visible : function(data){
   return data == 'New';
}

Hi

Does try to clear the cookie works for you?

Showing 1991 to 2000 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 24, 2025, 10:25