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,
**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?