You can see abp & abp commercial roadmaps below:
It seem next version (v5.0) won't include new input types of Form Module. It's on our backlog now and unfortunetely I can't say an exact date about when it be done.
Also your credit is refunded.
Hi @viswajwalith
If you really need in a hurry, you can customize the Forms module on your own until we support date & time types officially.
Following documentations might help:
Hi @drg_tverkroos,
I've contacted with design team and they confirmed it's a bug not a feature. So it'll be fixed at new preview of v5.0 release.
[Dependency(ReplaceServices = true)]
over you BrandingProvider class?Yeah you're right, table-hover
comes from bootstrap and lepton theme doesn't have that class. I'm working on it
It's published with v4.3.3
, if you update to this version, you'll see TenantId will be set properly.
Hi @ElifKaya
Firstly we decided to make MenuItem without multi-tenancy, but now it has multi-tenantcy support but there is a missing implementation. So that is a bug, You can track #10114
Hi @learnabp
We'll release a documentation about Tenant - Edition subscription as soon as possible.
Dont really understand how ABP has build the Subscription & Payment System!
the documentation is no good in explaining how it is implemented!
How can a tenant be created using subscrition & payment from the Public Site ??
Also why is the Payment Menu shown in a Tenant where they can add payment gateway? shouldn't it only be avalible to the host??
see below i am logged in as a "Test Tenant" and i can see the Payment Menu and can change the Plans as a Tenant admin
For now, there is no public view implementation for subscription. You can make your own Pricing/Subscription page and then you can start a subscription with ISubscriptionService
.
We don't plan to make a Public UI, becuse there are many use cases, we can't handle all of them at once.