Hi, thanks for the suggestion. I have created an issue for that: https://github.com/abpframework/abp/issues/22259
Best regards.
Thanks for the answer. It is helpful. Both of the answers from the support team are helpful. But the system accepts only one chose!
Thank you for your feedback and kind words! We may enhance this feature in the future to allow selecting multiple accepted answers. In the meantime, you can choose the one that was most helpful to you. 😊
{ "Id": "ca450d01-93f9-43ba-8b69-c0e19f549855", "Name": "GovernmentSupportProgram", "OriginalName": "GovernmentSupportProgram", "NamePlural": "GovernmentSupportPrograms", "DatabaseTableName": "GovernmentSupportPrograms", "Namespace": "GovernmentSupportPrograms", "Type": 1, "MasterEntityName": null, "MasterEntity": null, "BaseClass": "FullAuditedAggregateRoot", "PageTitle": "GovernmentSupportPrograms", "MenuIcon": "file-alt", "PrimaryKeyType": "Guid", "PreserveCustomCode": false, "IsMultiTenant": true, "CheckConcurrency": true, "BulkDeleteEnabled": true, "ShouldCreateUserInterface": true, "ShouldCreateBackend": true, "ShouldExportExcel": true, "ShouldAddMigration": true, "ShouldUpdateDatabase": true, "CreateTests": false, "Properties": [ { "Id": "450a381f-0304-4c3e-b51b-bbc6191799b3", "Name": "NameEn", "Type": "string", "EnumType": "", "EnumNamespace": "", "EnumAngularImport": "shared/enums", "EnumFilePath": null, "DefaultValue": null, "IsNullable": false, "IsRequired": true, "IsFilterable": false, "AllowEmptyStrings": false, "IsTextArea": false, "MinLength": null, "MaxLength": null, "SortOrder": 0, "SortType": 0, "Regex": "", "EmailValidation": false, "ShowOnList": true, "ShowOnCreateModal": true, "ShowOnEditModal": true, "ReadonlyOnEditModal": false, "EnumValues": null, "IsSelected": true, "MaxFileSize": null, "OrdinalIndex": 0 }, { "Id": "ec71de63-cbae-47ef-8694-14d5fd6b97be", "Name": "NameAr", "Type": "string", "EnumType": "", "EnumNamespace": "", "EnumAngularImport": "shared/enums", "EnumFilePath": null, "DefaultValue": null, "IsNullable": false, "IsRequired": true, "IsFilterable": false, "AllowEmptyStrings": false, "IsTextArea": false, "MinLength": null, "MaxLength": null, "SortOrder": 0, "SortType": 0, "Regex": "", "EmailValidation": false, "ShowOnList": true, "ShowOnCreateModal": true, "ShowOnEditModal": true, "ReadonlyOnEditModal": false, "EnumValues": null, "IsSelected": true, "MaxFileSize": null, "OrdinalIndex": 0 } ], "NavigationProperties": [], "NavigationConnections": [], "ChildEntities": [], "PhysicalFileName": "GovernmentSupportProgram.json" }
Thanks. I have checked the metadata there is no problem related to that. So, I need Suite logs to understand the problem can you share the logs, please?
You can click the logs menu item in the topbar and open the folder and share the related suite logs file.
Regards.
Hi, I guess your deployed application uses HTTP instead of HTTPS right? It seems related to https://abp.io/qa/questions/4603/3a09a7dc-d4bf-0b46-862a-cb116f0bf123
I will wait for confirmation from you and then investigate deeply if it does not work for you.
Best regards.
Hi, ABP provides an Error Handling System, which allow you to customize error message and the relevant HTTP status code. Please check the Exception Handling documentation. In the documentation, you can see how to set custom HTTP status code for certain exception and how to customize error message etc.
For the exception that you shared, it's not handled by ABP it seems, so we need further info about the exception, where it's thrown, the related endpoint etc.
Best regards.
Hi, can you share the "GovernmentSupportProgram.json" file under the .suite/entities folder, so I can check the related metadata of the entity to better assist you.
Regards..
Thanks for the answer.
Okay, that means I need to develop my own theme. How can I build an ABP Theme? Is there any startup project for that? Would the Basic Theme template on GitHub help? I just searched the repository after your response. https://github.com/abpframework/abp/tree/dev/modules/basic-theme/src. Some clarification is welcome. Thanks in advance!
Hi, to implement a new theme, we suggest going with Basic Theme and then customizing the template to your needs. You can always refer to Implementing a Theme section in the relevant documentation.
For the source code of the Basic Theme, please check -> https://github.com/abpframework/abp/tree/dev/modules/basic-theme
Regards.
Hi, eShopOnAbp is an open source project, which you can check at https://github.com/abpframework/eShopOnAbp. We upgraded the eShopOnAbp to v9.0, but if you want to check the project in v8.x, you can check through https://github.com/abpframework/eShopOnAbp/tree/6e210ead8ac1067e60f25cdff0eda017c8bff34c (which is v8.3.1)
Best Regards.
Hi, I will create an internal issue for your request. We can create an article to show the related steps. In the meantime, you can use ABP Suite to generate the related entities from your database tables. Please refer to https://abp.io/docs/9.0/suite/generating-entities-from-an-existing-database-table, it can be helpful (also it might be what you are looking for) until we create the related article.
Best regards.