6 Answer(s)
-
0
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.
-
0
just letting you know that I am still needing this fix.
-
0
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," },
- Save the file as "PartialTemplates.custom.txt". You will need to delete this new file after our next release.
-
0
In a very small case, this seemed to work. Thanks. What did i 'give-up' by taking out the lines of code? it seemed like the advanced filter still had the boolean become available.
-
0
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. thanks
-
0
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?