Activities of "ed_developer3"

Hi,

We have purchased the LeptonX pro theme in Angular and .Net core from abp suite but need to clarify few things:

  1. From where the login, forgot password, registrations, header UI layouts are coming.
  2. How can these layouts be modified as per our requirement.

Is it possible to add the base class entity reference to the module class? As I want to create a relation between base class entity and module class entity. Use base class entity data in module class for selection by user. Consider base class entity as common values or pre defined values for drop downs. These values will be shown on module class ui and user can select from there.

I have created a base class project in which I have added a new module through abp suite. How can I add base class entity reference into module class as it gives circular dependency error when trying to add it. I want to create relation between base class entity and module class entity.

Hi,

I am getting 400 error An internal error occurred during your request! on connect/authorize api. No detailed error in log files.

Working fine in localhost but 400 error after deployed on linux server

Steps:

  1. Run swagger
  2. Click on authorize button
  3. It will redirect to error 400 page Login page is not opening.

Hi,

It is working fine in localhost but not after deployed on linux server.

Request finished HTTP/1.1 GET http://localhost/Abp/ApplicationLocalizationScript?cultureName=en - - - 200 64224 application/javascript 67.2941ms [10:16:10 INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc). [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/css/pro/top-menu/layout-bundle.css - - - 302 0 - 3.5415ms [10:16:10 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:10 INF] Executing ContentResult with HTTP Response ContentType of application/javascript [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc) in 88.1192ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Abp/ApplicationConfigurationScript - - - 200 5662 application/javascript 95.2566ms [10:16:10 INF] Executing ContentResult with HTTP Response ContentType of application/javascript [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 21.5592ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Abp/ServiceProxyScript - - - 200 45955 application/javascript 78.8211ms [10:16:10 INF] Request starting HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - [10:16:10 INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:10 INF] Route matched with {action = "Index", controller = "Error", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Int32) on controller Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared). [10:16:10 INF] Executing ViewResult, running view ~/Views/Error/404.cshtml. [10:16:10 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:10 INF] Executed ViewResult - view ~/Views/Error/404.cshtml executed in 3.9393ms. [10:16:10 INF] Executed action Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared) in 5.0962ms [10:16:10 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:10 INF] Request finished HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - - 404 - text/html;+charset=utf-8 8.5444ms [10:16:11 INF] Request starting HTTP/1.1 GET http://localhost/__bundles/moment.min.js.map; - - [10:16:11 INF] Request finished HTTP/1.1 GET http://localhost/__bundles/moment.min.js.map; - - - 302 0 - 3.4813ms [10:16:11 INF] Request starting HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - [10:16:11 INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:11 INF] Route matched with {action = "Index", controller = "Error", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task1[Microsoft.AspNetCore.Mvc.IActionResult] Index(Int32) on controller Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared). [10:16:11 INF] Executing ViewResult, running view ~/Views/Error/404.cshtml. [10:16:11 WRN] The cookie 'XSRF-TOKEN' has set 'SameSite=None' and must also set 'Secure'. [10:16:11 INF] Executed ViewResult - view ~/Views/Error/404.cshtml executed in 8.6285ms. [10:16:11 INF] Executed action Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared) in 9.9069ms [10:16:11 INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Controllers.ErrorController.Index (Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared)' [10:16:11 INF] Request finished HTTP/1.1 GET http://localhost/Error?httpStatusCode=404 - - - 404 - text/html;+charset=utf-8 13.5558ms

Just replaced the endpoint with the localhost

We are using Application template with Angular as frontend for our application.
1 We are facing issue in forgotpassword page of APi ( using leptonx theme). When a user is entering wrong email which does not exists we want to show user a prompt that user does not exist. Currently its giving a toaster with User does not exist , we want it to be shown above submit button in forgotpassword page. how can we do that. 2 In Angular application if we navigate to any component then #/ has to be suffixed without which application gives 404 page not found. Can we get rid of #. 3. We have entity client created and contact entity created. Client can have many contacts and contact has many types. we created thes entities using abp suite and it created clientinformation and contactinformation components in front end. But we want client page to have a listing section of contacts which can be used to list all contacts of client and can add remove and modify contact for a client. Images attached Thanks!

Hi

We are using application template with Angular as front end. We want to add a css class in the html of Component generated by abp suite for an entity. Can you please suggest if we can apply some class to the abp-modal shown in the screenshot below.

Also how can we open other component for another related entity from parent component. e.g. Client has contacts and we want to show contacts collection in client create/edit component and for collection of contact we want to provide a button to open a popup where new contacts can be added. please suggest best way of doing this.

abp button has a input that name is buttonClass https://github.com/abpframework/abp/blob/c8199a2582f9e5302047b9c4360174e30e2e62a2/npm/ng-packs/packages/theme-shared/src/lib/components/button/button.component.ts#L37

example

<abp-button buttonClass="btn btn-default"> </abp-button>

Hi mahmut

Can you please help us here we need this to work out for us as we have to deliver this module. Early help is appreciated.

1 yes we don't want to show it as toaster and the way you have shown in your screenshot. we want to show it right below the password field that username/password invalid. 2 We will check # suggestion thanks. 3 we wanted to show a client and their contacts in single page where in user can modify single client and their contacts. we open a popup to add new contact while a user is editing a client. Example shown by you has grid samples.

Thanks!

Showing 1 to 10 of 63 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11