Is not working, still the same problem. I made it work with a cast (<any>abp).custom. but I'd like to fix it
Thanks!
Hi,
I've just realize that the problem is a chrome extension.
Thanks a lot.
Great, thanks!
Sorry, I missed it, GetEntityTypeChangeInput, testing now.
The think is that I want to get the data to incorporate it to our own pages
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!