Base solution for your next web application

Activities of "ignasiclos"

It looks like I cannot get the changes of a single entity, right? I cannot see any method to get the history by entity Id and tyoe

What I whant to achieve is to show in a entity detail page, the changes of it

Thanks

The think is that I want to get the data to incorporate it to our own pages

Question

We need to display the entity change log in our platform,that is, who has changed what and when, I know that this information is stored, but what's the best way to retrieve it? Thanks

Yes,

The problem It is not possible to have a luxon date variable binded two way to a bsTimepicker, because it is converted back to a js dateby the directive as it is out of the box.

On the other hand, I've tried to change swagger date format back to moment, to keep compatibility with the I wrote for earlier versions of Asp.net Zero, but the angular applications stop compiling because all the dates have been converted to luxon.

So, to be able to migrate < 10 versionsto version 10 I'll need to updte all the dates to Luxon.

Am I right? Thanks!

This is my implementation :

Where

Without my modification, open date becomes a Js date and not a luxon date anymore.

In the DatePickerLuxonModifierDirective directive, it is returning a Javascript Date, shouldn't it be returning a Luxon DateTime?

Otherwise It's getting a luxon date and returning a JS Date?

Great, thanks!

Hello, we've not update the aspnetzero version for a while ( v8.0) We need some of the features in latest versions, but we've receive today the message about the v10rc1.

Would it be possible to have an estimation of when V10 will be released, if it is soon we'll wait and go for it.

Thanks

Thanks a lot

Hello,

we'd like to use our domain "domain.com" as the public webpage for our product, "host.domain.com" for accessing the host features, and the rest of subdomains for the different tenants.

I've seen that the tenant resolver is inside ABP and I couldn't find a way to replace this resolver with a custom one that can handle the special "host" tenant name.

How can we achieve this? Thanks

Showing 11 to 20 of 37 entries