dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

There is no BasedOnRowAttribute in the form with FormKey Error #61

Closed muhammedyaman closed 3 years ago

muhammedyaman commented 3 years ago

Hi. I am trying to use AuditLog Viewer in dialog. AuditLog is kept nicely and I can see the data in AuditLog page. But in dialog button for auditlog history is giving me this error: image

There is infact a basedonrowattribute in my TekliflerForm which has the "Musteri.Teklifler" formkey. [FormScript("Musteri.Teklifler")] [BasedOnRow(typeof(TekliflerRow), CheckNames = true)] public class TekliflerForm { Any suggestions?

dfaruque commented 3 years ago

When I have developed, it was working. but many updates in serenity is made periodically. Need to sync it with the latest.

muhammedyaman commented 3 years ago

Thank you for your response. I will post here if I find a solution.

muhammedyaman commented 3 years ago

I don't know why but I changed the FormKey of my form from "Musteri.Teklifler" to "Musteri.Tekliflerrr" and it did the trick. I really wonder why but i think i wont be able to figure out. Closing.