--global
, --local
are deprecated. Use --location=global
instead.
Cannot read properties of null (reading 'children')Hi Team, We have to implement custom logic in the ABP form where on the close of the pop-up form (top right corner X button) we should ask user if user has to save the data (yes/no). if yes then call the custom logic, if no then exit. we are using <abp-model> for showing the pop-up window.
Hi Team, I have 2 tenants and have physically seperate db for each tenant. sometime my application is very slow for the tenatnt where GET api request is taking more than 1 min. My question is:
1- what all points i can check for better perofrmance 2- I am expecting table lock so how i can enable (nolock) scenarios with EF
Hi Team, As per my understanding ABP bydefault support Azure Container for blob storage. My question is, if it is possible to have S3 bucket support for a particular tenant while host and other tenants can keep using Azure container? If yes, how i can achieve it. Please share sample.
ACheck the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:
Hi Team, Can i extend the default ABPUsers table to have some new columns and also query change to get the desired result. If yes, How?
Scenario: 3 user exist: "admin1" "admin2" "user1"
"admin1" create some data for "user1". This data get stored in db table "table1". "admin2" also create some data for "user1". This data also get stored in db table "table1".
Now for "user1" there are 2 records in the table "table1".
"user1" login and check the data in web app so user gets 2 records, created by "admin1" and "admin2" "admin1" login and check the data in web app so filter data for "user1" and get only 1 record "admin2" login and check the data in web app so filter data for "user1" and get only 1 record
Question: How we can achive this use case.
My Thought: we can create 2 organization unit. "org1" and "org2". assign "admin1" to "org1" assign "admin2" to "org2" assign "user1" to "org1" and "org2" ABP framework will do some magic (i am not sure if that's the capability) where based on logged-in user org unit data can be filtered out.
Please guide me how i can achive this and what changes has to be done while creating this entity and at the services level for data transaction.
Let me know if you need more clarification.
We have deleted user and user was logged-in at that point of time. User has not logged-out and even next day user was able to login. it is big security issue. What should be done to prevent this.
How ABP framework can help me to do bulk upload via excel. Excel may have 500 records and 150 columns.
How i can create Bulk user and user record should be commited in DB without waiting for transaction to complete.