Hi,
As far as I know metronic does not contain such a widget. You can search on the internet for jquery feedback plugins.
Hi,
You need to use AutoMap attribute instead of AutoMapTo I think. Probably you will use those entities both for displaying edit data and saving the edited data.
Hi,
Thank you for sharing your solution.
Hi,
I didn't have time to try this on a test project. Did you fix it ?
Thanks for sharing your solution.
I'm glad that you find a solution :)
Hi,
Do you use any of ABP templates ?
Hi,
I don't have any suggestion at the moment. You can try to remove code partially to find which part causes deadlock like Halil suggested here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1685">https://github.com/aspnetboilerplate/as ... ssues/1685</a>.
Maybe we can find something else when you figure out the location of deadlock.
Hi,
Is there any innerException of this exception ?
Hi,
For the current version of ABP, you need to use updated event and make your event unit of work. You can add UnitOfWork attribute to it's method.
This is actuallay something we have to fix. We created an issue for this here <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1695">https://github.com/aspnetboilerplate/as ... ssues/1695</a>. After this is fixed and released you will be able to get changed entities in updating event in a single unit of work.