hi can you point out how to do this plesse? thanks in advance!
even comment the changes. and say this is saved in this location. then I can do the changes + Migration and carry on with my code.
OR in Suite it shows what the changes have been without just wiping out the code. then in suite it could ask do you want to put i back? yes no etc
Hi its on 4.2.1 already.
Hi Surely this isn’t great for a user experience.
would a 'if file not default' then copy content to temp file and put back after migrations? as part of using the Suite.
this is a premium product of ABP and the usability of the suite isn’t that great in this regard
on creating or updating with ABP Suite I get this all the time in the code.
%%np-edit-modal-js-open-args%%
using ABP Suite, how is it possible to change what is set in ABP suite without redoing all the work that has been put in to the controllers etc?
really? this isnt great surely theres a way round this?
I dont want to user to pick a tenant or for me to make subdomains for each tenant.
please can you look again at if this can happen?
Hi,
I would like users to just login to the login form. the process then workout that tenant the user belongs to and set the tenant correctly.
I wish not to have them select the tenant or have a URL that denotes the tenant.
Ive made a Folder called Tink and make a index.html and index.cshtml. Im passing parameters from the url with queryString.
I want to now add these query parameters to a database, then want to call an external service to get data based on them queryString parameters and store that in another Entity.
I would like to know where to write this code , how best to get DBContext and how to insert the data in to a entity.