How would you recommend dealing with standard and daylight savings? Potientially a date can show as the wrong day when this changes.
Hi,
Still trying to find an answer for this
Thanks,
Each of our tenants must be able to set their own time zone, so we are restricted to using Clock.Provider = ClockProviders.Utc;
Client UTC = +12
The result we see is that if a userr enters a value of 2021-06-22 (no time value) the value as it passes into the API is converted to
dateTime: "2021-06-21T12:00:00+00:00",
The main project is using abp 5.8.0 the test project was using Abp.TestBase 5.1.0. I updated the Test projects to use Abp.TestBase 5.8.0 but am still throwing the following error on running the xunit tests
System.MissingMethodException : Method not found: 'Abp.DynamicEntityParameters.IDynamicEntityParameterConfiguration Abp.Configuration.Startup.IAbpStartupConfiguration.get_DynamicEntityParameters()'.
Hi,
Just a question about your implementation. Can you reccomend any guides on how to implement this?
Thanks,
This is now workign from the application service level. I don't know why it did not before.
One last issue as it is not working from a Class in the Syntaq.Falcon.Core project. The class inhertis from the FalconDomainServiceBase class.
Any suggestions? The code is exactly as the code in the Application service class that works.
Hi,
This is being called from an application service metohd. I have explicitly wrapped a nuit of work around the audit logging and still not audit record is committed.
using (var unitOfWork = _unitOfWorkManager.Begin()) { AuditInfo info = new AuditInfo() { BrowserInfo = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.75 Safari/537.36 Edg/86.0.622.38", ClientIpAddress = "::1", ClientName = "", CustomData = "", Exception = null, MethodName = "GetAll", Parameters = "{}", ServiceName = "Syntaq.Web.Controllers.Forms", TenantId = AbpSession.TenantId, UserId = AbpSession.UserId }; _auditLogRepository.Save(info); unitOfWork.Complete(); }
FYI also - logged on as a tenant
Thanks,
My app.session object is undefined. I am logged on and running .net Core MVC ASPNET ZERO 8.8
Thanks for spotting that.
we do not have this package in our solution (it runs locally just fine). Which project would you suggest adding it too?
Cheers