Activities of "jfistelmann"

can you share the code that is not working?

Hey,

you need to implement your own user interface for that.

You may refer to the documentation here to access the files.

Does that help you?

both do the job.

As far as I know, there is no UI to configure if multitenancy is enabled. If you do not want multitenancy:

  • Option A: set MultiTenancyConsts.IsEnabled to false and hide the SaaS menu through your menu contributor
  • Option B: Delete everything related to multitenancy (along with related package references) and create a new migration
Answer

this add versions in dropdown of swagger ui i want two swagger ui on diff routes like

/admin/swagger /public/swagger

like that

can you try this? https://stackoverflow.com/a/77216365

can you try one thing (its a bit of effort though)

remove all localizations in appshell and in the main page (or whatever would come first). goal is that the app can load without needing the localization as they are loaded from the server.

that could be a starting point

Hey,

it seems like the issue is resolved. I close this question now.

feel free to reopen if i am wrong :)

that's simply due to some default css styling. you can just override it if it does not fit your prefences.

Thanks @jfistelmann. Can you please share some expample to create new middle layer

You just need to implement the interface and ensure it's added to the ServiceProvider. Are you experiencing any issues with that?

Thanks @jfistelmann.

Is it possible that i keep some placeholder in connection string and replace that placeholder in code with the actual value? if yes, what exactly i have to do?

With this here you can do anything you imagine :) by just implementing your own ConnectionStringResolver

Showing 11 to 20 of 140 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13