Base solution for your next web application

Activities of "christianharo"

Unfourtunately the error still exist in the new version. I am workin in the lates version now 10.2 however if there is a valitation error the button wont refresh shows saving and the ...

Question

.Net Core and Angular V10.2 RC

I saw 10.2RC was released today. One of the points shows:

Article: Sign in with unique email without specifying tenant.

Where can we find the article can you share a link? or how does this work ?

Thanks

Answer

Thank you. This is what I was looking for appreciate your help.

I gound the issue... It neede to use the right email sender at this point it was using NullemailSender. I wish this could have been in docomentation. Might be on the abp framework side however is not in the AspNet zero Docs.

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

I am using the latest version. I am having issues sending the test email. The application works with no issues and i even get the Test e-mail sent succesfully however the email never arrives to the recipient.

At first I thought I had issues with the SMTP settings so I wrote a small application and tested with the same settings and the email reached the destination.

Both the ASPNET Zero host application and the test Console application are running from my local PC.

Please help. Thanks.

Thank you @musa.demir for the solution. Any idea when the new release of the tools will be in place ?

Answer

Hi Zony,

Thansk for your answer however i was looking for something a little structured like DataFilters, as you Said Organization managment will be a good place , are there implemented filters or custom data filters I could use for the organizaiton Unit ?

Question

Hello,

What will be the best way to implement the following in ASPNET.Zero?

  • Version 10 ( latest)
  • Angular
  • NET.Core

Suppose that Tenants are schools , These schools have users as teachers, students and parents, I assume these will be Roles.

The Teachers will only be able to see their assigned students data, The Parents only their kids data and The Students only their own data.

I am wondering if this is correct way with ASPNET. Zero or what will be the recommended way. Also if there are any examples of this will be great.

Thanks.

if you are refering to the entity i am working on ths will be the file:

{ "IsRegenerate": false, "MenuPosition": "main", "RelativeNamespace": "CcmMain", "EntityName": "Schedule", "EntityNamePlural": "Schedules", "TableName": "Schedules", "PrimaryKeyType": "int", "BaseClass": "Entity", "EntityHistory": false, "AutoMigration": true, "UpdateDatabase": true, "CreateUserInterface": true, "CreateViewOnly": true, "CreateExcelExport": false, "IsNonModalCRUDPage": true, "IsMasterDetailPage": false, "PagePermission": { "Host": true, "Tenant": true }, "Properties": [ { "Name": "ScheduleName", "Type": "string", "MaxLength": 150, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true } }, { "Name": "ScheduleType", "Type": "string", "MaxLength": 150, "MinLength": 1, "Range": { "IsRangeSet": false, "MinimumValue": 0.0, "MaximumValue": 0.0 }, "Required": true, "Nullable": false, "Regex": "", "UserInterface": { "AdvancedFilter": true, "List": true, "CreateOrUpdate": true } } ], "NavigationProperties": [], "NavigationPropertyOneToManyTables": [], "EnumDefinitions": [], "DbContext": null }

I do not see an entity json file in that directory.

iIf you are refering to the templates please let me know. Thanks

Showing 1 to 10 of 26 entries