<cite>ismcagdas: </cite> Hi,
Sorry, this property is deleted. The main thing here is
featureDependency: new SimpleFeatureDependency(AppFeatures.SampleBooleanFeature)
You need to define a feature and use it when defining menu item. Then in the UI, allow the tenants you want for this feature.
I hope this is clear enough.
Thanks.
Please give more information not able to achieve.
<cite>ismcagdas: </cite> Hi,
I think you are trying to integrate organization unit with your product entity, am I right ? Can you explain a bit more detailed what you are trying to do ?
Thanks.
Yes, I am trying to integrate organization unit with product entity. For this CRUD example required.
<cite>ismcagdas: </cite> Hi,
Are you getting an exception ? Because AspNet Zero already has a creating organization unit functionality. You can check OrganizationUnitAppService class for that.
Organization Unit menu is working properly.
When i am creating Product master that time Organization Unit Id not able to store in database. That CRUD example required.
<cite>ismcagdas: </cite> Hi,
This is not possible directly but, you can do it like this:
- When defining related permission for menu item, set a feature dependency like this
var sampleBooleanFeaturePermission = pages.CreateChildPermission( name: AppPermissions.Pages_Tenant_SampleBooleanFeature, displayName: L("SampleBooleanFeature"), isGrantedByDefault: false, multiTenancySides: MultiTenancySides.Tenant, featureDependency: new SimpleFeatureDependency(AppFeatures.SampleBooleanFeature) );
- Then give this permisison to only that tenant.
I hope this helps.
Does not have parameter named isGrantedByDefault in CreateChildPermission. I am not able to achieve this if any full example or document available then.
Please provide us.
<cite>ismcagdas: </cite> Hi,
Do you want to create a menu item for all tenants or for just a specific tenant ?
Just a specific tenant.
<cite>ismcagdas: </cite> Hi,
AspNet Zero AngularJs version already includes/implements Metronic. Do you wnt to include a component to your project ? Or, Do you want to change the version of Metronic in AspNet Zero ?
Thanks.
I want to change admin theme and Metronic version also
Hi, Please provide sample program of Create and Update / Edit angluerjs Logic.