Activities of "rashed"

Application Module - Single Layer

  • 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 .

Answer

When do you plan to release 4.4 ?

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

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

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

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