Well you folks support devexpress ui with the report designer, so why not the dashboard control?
There’s a post in the community portal showing how to use the reporting designer and a promise to do the same For the dashboard control But nothing was ever done with it
https://github.com/abpframework/abp/issues/6977
So what do you suggest in order to get the solution to work so I can inject the repository into this class?
I’m looking for your guidance on how to structure this in abp to get it to work with devexpress.
Thanks
Just sent you an email.
Hi,
Can you provide your email and I will send it to you?
Thanks.
Thanks,
See the below link. Steps to reproduce.
Run the migrations associated with the solution Login as host user/admin From the Setup Menu click 'Setup' From the resulting Dashboard list page choose the 'New Dashboard' button on the right. Click 'Create' in the middle of the screen Drag a dashboard control onto the main part of the designer From the hamburger menu in the upper left click the 'Save' option
The error occurs in the DashboardStorageAppService class and as you can see by the error I cannot reference the Dashboard repository I created in the solution. I cannot inject it either in the constructor.
https://github.com/spospisil/ABPDevexpressDashboard
Would you provide a github username so I can share the solution with you.
I am having an issue injecting ANY repository into a ApplicationService class that is being used by the DevExpress Dashboard control to 'Save' a dashboard definition to the database. If I inject it via the class constructor the project throws an error and I try to get the repository manually using the .GetRequiredService<> method it tells me the repository has not been registered.
I've created a sample application to show the issue. If you tell me your github username I will give you access to it and tell you exactly how to reproduce it.
Thanks.
Steve
We are using Stripe to bill our customers under defined conditions from our application. For example, when a customer adds a new user we want our application to automatically charge their credit card that we have on file in an automated way without any Stripe screens coming up. It appears ABP's implementation of the stripe gateway requires additional input on the stripe screens to complete the transaction. Is there a way for us to pass this additional information required in the messaging to Stripe so that additional input is not needed via user intereaction?
Thanks.
Closing for lack of ABP support response.
Update please