Hello Team,
I am building an Android App for my application on top of ASP.net ZERO
I am authenticating through
api/Account/Authenticate
Now, in My app i want to Send the Token automatically without sending Any Username and Password (for example, i want to have a TRY APP Feature )
How to build one ?
I have tried it but it is not allowing me to do that because it expects the Token in my request
Could you please let me know ?
Hello Team
I would like to show the Menu based on the Feature.
How to achieve that ?
.AddItem(new MenuItemDefinition( PageNames.App.Tenant.Connect, L("Connect"), "fa fa-connectdevelop", requiredPermissionName: AppPermissions.Pages_Tenant_Connect )
Hello Team
Here is my question
In my application, I have a entity which stores Locations
Each Location will have one Organizational Unit and Organizational Unit have users
When the user logs in, I should be able to get all the location he is belongs to and I should restrict only the data relates to the Locations.
How to do that ?
There is a confusion here
What version of .net currently supported by ASP.NET Zero ?
Last week you have released with 4.6 and have downgraded ?
Could one of you please clarify ?
Why there is keep changing it ?
Hello Sir
This could be the simplest question but would like to ask you how to do that
I have a object called Brand
[Table("Brands")]
public class Brand : FullAuditedEntity,IMustHaveTenant
{
public virtual string Name { get; set; }
public virtual bool IsActive { get; set; }
public virtual int TenantId { get; set; }
}
I want to set the Name as Unique. How to achieve that in ABP ZERO
I am able to see that in RoleService that it throws the error at the place in Method CreateRoleAsync CheckErrors(await _roleManager.CreateAsync(role));
Can you please let me know how to achieve that ?
Whenever i load any page, here are the errors i am getting
Error: Invalid state ref '' B@http://localhost:6240/Scripts/angular-ui-router.min.js:7:23780 D/<.link@http://localhost:6240/Scripts/angular-ui-router.min.js:7:24122 ea@http://localhost:6240/Scripts/angular.min.js:73:293 D@http://localhost:6240/Scripts/angular.min.js:62:190 g@http://localhost:6240/Scripts/angular.min.js:55:105 K/<@http://localhost:6240/Scripts/angular.min.js:54:249 R/<@http://localhost:6240/Scripts/angular.min.js:56:79 k@http://localhost:6240/Scripts/angular.min.js:60:377 xe</<.link/<@http://localhost:6240/Scripts/angular.min.js:254:335 lf/this.$get</r.prototype.$digest@http://localhost:6240/Scripts/angular.min.js:131:147 lf/this.$get</r.prototype.$apply@http://localhost:6240/Scripts/angular.min.js:134:76 g@http://localhost:6240/Scripts/angular.min.js:87:442 T@http://localhost:6240/Scripts/angular.min.js:92:50 Uf/</w.onload@http://localhost:6240/Scripts/angular.min.js:93:78 <a class="ng-scope" ui-sref="{{childOfChildMenuItem.url}}" ng-if="!childOfChildMenuItem.items.length">
Error: $(...).attr(...) is undefined Layout</handleSidebarMenuActiveLink/<@http://localhost:6240/metronic/assets/admin/layout4/scripts/layout.js:61:28 .each@http://localhost:6240/libs/jquery/jquery.min.js:2:2973 m.prototype.each@http://localhost:6240/libs/jquery/jquery.min.js:2:833 Layout</handleSidebarMenuActiveLink@http://localhost:6240/metronic/assets/admin/layout4/scripts/layout.js:60:13 Layout</<.setSidebarMenuActiveLink@http://localhost:6240/metronic/assets/admin/layout4/scripts/layout.js:482:13 .link/<@http://localhost:6240/App/common/directives/metronic/directives.js:23:21 lf/this.$get</r.prototype.$broadcast@http://localhost:6240/Scripts/angular.min.js:136:157 v/y.transitionTo/y.transition<@http://localhost:6240/Scripts/angular-ui-router.min.js:7:18553 f/<@http://localhost:6240/Scripts/angular.min.js:119:129 lf/this.$get</r.prototype.$eval@http://localhost:6240/Scripts/angular.min.js:133:309 lf/this.$get</r.prototype.$digest@http://localhost:6240/Scripts/angular.min.js:130:404 lf/this.$get</r.prototype.$apply@http://localhost:6240/Scripts/angular.min.js:134:76 g@http://localhost:6240/Scripts/angular.min.js:87:442 T@http://localhost:6240/Scripts/angular.min.js:92:50 Uf/</w.onload@http://localhost:6240/Scripts/angular.min.js:93:78
Hello Sir
I would like to ask whether this is possible using ASP.net Identity
In my multi tenant application ( Building Application for Syncing Sales of all Restaurants), each tenant can have many restaurants, each restaurant will have specific user in charge.
Whenever the user logs in, only the specific restaurant details should be edited or accessible based on Permissions . If the user has all the restaurant enable and its permissions , he will be able to do the operations.
Is it possible to solved in ASP.net Zero ?
Thanks again
Hello Sir,
Is there anyway to create a Seed Data on Creation of Tenant ?
Hello
Can you help me to elaborate the Use case of Hierarchical Organization Units ?
How to use in our applications ?