Activities of "rashed"

I have external Data source that provide REST services used for mobile application and I want to manage this datasource from inside ABP solution Ex: https://api.backendless.com/{APIkey}/{app key}/data/Merchant and I want to implement some screens inside ABP that consume these REST services and use ApplicationService and crud features in CrudAppService

that can't be done without using a class that implement IEntity which I can't do as the data is not in ABP database

what should I do

Yes but in that Case I lost a lot of powerful functionalities that CrudService provide .

My question is how can I use most of its functionalties like paging ,sorting , filtering ,..

There is a solution is to build a service like crud service but without the required params for Entities

I'm asking if there is something already existed that can help

Answer

Hi, I'm using verion 3.3.0 (released version)

  1. Although I Disable new user registration , I can see Register link in the login screen, and when I tried to register it gives server error.
  2. I disable all languages excpet the english one, and also I see the inglish icon , and empty menu, I think the icon should be disappear in case one language .

Thanks

Answer

When do you plan to release 4.4 ?

  • ABP Framework version: v7.2.2
  • UI type:ALL
  • DB provider: ALL
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
    1. error CS0234: The type or namespace name 'LeptonX' does not exist in the namespace 'Volo.Abp.AspNetCore.Mvc.UI.Theme' (are you missing an assembly reference?)
    2. error CS0246: The type or namespace name 'AbpAspNet CoreMvcUiLeptonXThemeModule' could not be found (are you missing a using directive or an assembly reference?)
  • Steps to reproduce the issue:"

When trying to create a new project with Basic theme it faild in compiling , as it still generate code depend on LeptonX theme not basic theme .

Application Module - Single Layer

Thank you ensin,

I already fixed it but wanted to report it to be fixed with next version.

Note: the issue appear with mvc and angular ( single layer), so some replaces needed in angular folder too

another issue I notice in angular single layer also

when you browse the api project and try to login using authorize button ( the green button ) it gives you another error : no ui configured

Yes sure,

I mean when you browse the API project

I think the angular project replacment should be in this file

Hi,

I try again with 7.3 RC2, but facing more issues here is the command I use to create the project

abp new MyProject -u angular -dbms SQLite --separate-identity-server --preview --theme basic -csf

Then wen running andgular project it gives the following issues

I hope is get fixed brfore the release of 7.3

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