Abhith Rajan
Abhith Rajan
We achieved the same using [ShuffleJS](https://vestride.github.io/Shuffle/). You can close this issue if you wanted.
Same problem, if the images are cached, the grid items stacked over another. And the grid refresh has no effect in this case. If we resize the window, then only...
+1 Same issue on iPad mini. We have a section in a modal which contains about 13 multiselect with 7 options for each. if we hide the section using **ng-if**...
It's a good feature to have, that will avoid manually entering all data every time you add a new transaction. I'm not sure how we can do that on either...
It should work. You can check the API logs to see what's wrong. To see the logs, uncomment the three lines [here](https://github.com/piggyvault/piggyvault/blob/b26137759331a71909dec8942993c8fdfc9a73fd/src/Web/aspnet-core/src/Piggyvault.Web.Host/Startup/Startup.cs#L127) (127-129) and comment out 131-132, which will enable...
Family = Tenant name. Leaving it blank will result in login to the host account in abp terms (the account that manages all tenants). In piggy, host account have no...
Regarding tenant/user management, go through the new doc [here](https://github.com/piggyvault/piggyvault/blob/main/docs/PORTAL.md) and see if that helps.
Regarding currencies, - Check whether currencies seeded properly during initial db setup. You can do this by checking the data on the database table. - Check backend logs. @bill0alt
I could fix this by modifying [here](https://github.com/dapr/dashboard/blob/a1b7993e972f1cc44ccdc109d4d7f0a0a6fae97c/web/src/app/pages/dashboard/dashboard.component.ts#L75). But to do that, I need to know, which plan we can take ahead, Plan A --- Out of the number of services...