Base solution for your next web application

Activities of "christianharo"

Well no value es set as the record does not get created. And the message says created succesfully.

ASP.NET CORE & Angular .NET 5.0 v10.0.0

Downloaded a brand new project . Using the Power tools created a new entity with two properties ( required) , Used the option Create Non-Modal CRUD page.

Generated and run the application however the validation of the required fields doesn't work.

The applicaiton shows a Saved Succesfully but doesn't show errors abour the fields been required. Also there is no Form tag in the html ( not sure if this was intentional or a bug)

Still this only works for the "user" entity only. How can i use dynamic entities for my newly created enitity.

Question

The feature list claims a master detail for the power tools.I am using core and angular the latest version.

I do not see a way to generate a header ( master ) and details option as a 1 to many. Can you confirm that this isn't an option yet ? Or when will this be implemented ?

I dont belive the navigation porpertiens will create a one to many as master detail like an invoice header / invoice detail lines. Is this feature coming any time soon ?

How do we add a dynamic property to a entity generated by the asp.Net zero tools. How do we assign it to the property that we want on the table.

The Documentation only shows how to create and add to the current user method.

I am loged in with my owner account. If that is what you reffering to.

Hello,

The link you had provided is a 404 ( Page not found)

I am using AspNet Zero Core + Angular 8.1 how to change the brand color from the default current purple color ?

{ "remoteServiceBaseUrl": "http://localhost:22742", "appBaseUrl": "http://localhost:4200", "localeMappings": { "angular": [ { "from": "pt-BR", "to": "pt" }, { "from": "zh-CN", "to": "zh" }, { "from": "he-IL", "to": "he" }, { "from": "es-MX", "to": "es" }, { "from": "vi", "to": "en" } ], "moment": [ { "from": "es-MX", "to": "es" }, { "from": "zh-Hans", "to": "zh-cn" }, { "from": "vi", "to": "en-gb" } ] } }

Showing 11 to 20 of 26 entries