Previous title: INDEX NOT WORKING
Hi,
Am using ASP.NET CORE + JQUERY
Somehow, some index pages are not displaying data and there's no error. I've checked all possible reasons including regenerating the entities. What could be the possible cause?
Great. Thank you.
Hi,
When you allow tenants to access audit logs through the Administrator menu, do they view their own audits only?
Alright. Thanks for pointing out. Cheers ;0
Any help with this?
Hi,
I created entities using the RAD Tool. Under base class, I selected 'Entity'. How can I change this to 'FullyAuditedEntity' on existing entities?
Alright. I'm trying to follow the flow to implement correctly. Thank you for pointing out.
Hi,
I'm wondering how to do this. I have an entity called MyTenant, and another called NextOfKin. NextOfKin has MyTenant as a navigation property which means the Id on MyTenant is a foreign key on NextOfKin. Inside the MyTenant grid, I have added a link inside Actions and I'd like that if a user clicks on the link it opens a modal containing a list of NextOfKins associated with the MyTenant. Is there an easy way to do this?
Hi,
Adding the [string] to localization actually worked. Thanks.
Hi,
I made changes to the AppNavigationProvider class and the resulting menu has [menu] surrounding the menus. How can these be removed?