You can make your entity derive from CreationAuditedEntity and use CreatorUserId property as a filter.
Can you explain a bit more?
As i understand:
Right?
Are there any plans for to this type of navidation support in the RAD tool,
Yes, but it's in backlog. No date.
or in the new abo.io RAD tools?
Commercial side of abp.io is not announced yet, so i can't give you information. Sorry.
How do you manually add a navigation link from an entitiy to its child entities?
See Developing Step By Step docs. https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Developing-Step-By-Step-Core-Creating-Phone-Entity
Hi,
This feature doesn't exist.
No. This is not an existing feature.
What did i 'give-up' by taking out the lines of code?
Nothing. This is the true way of fixing this issue.
I did not mention but i am not notified on the change, please let me know if there is something i need to set for when a question is asked.
Do you mean email notification when an answer is added to your question?
Here are the steps to avoid this issue until we release the fix:
1-) Find and open "aspnet-core\AspNetZeroRadTool\FileTemplates\Client\Angular\ComponentTemplate\PartialTemplates.txt" file in a text editor.
2-) Remove those two sections:
Line 12:
{ "type" : "byte", "content" : " max{{Property_Name_Here}}Filter : string = ''; min{{Property_Name_Here}}Filter : string = ''; " },
line 48:
{ "type" : "byte", "content" : " this.max{{Property_Name_Here}}Filter == null ? '' : this.max{{Property_Name_Here}}Filter, this.min{{Property_Name_Here}}Filter == null ? '' : this.min{{Property_Name_Here}}Filter," },
This is duplicate of https://github.com/aspnetzero/aspnet-zero-core/issues/1059.
We resolved it but it seems like it reappears in some situations. We'll investigate it, thank you for reporting.
Navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. It will refresh the minified js file.