Activities of "Patrick"

Hi,

Sorry, but I can't build the projects

Can this be done over a teams call?

I think this might have something to do with your solution structure, can you share a sample project that reproduces the problem, I'll check it out. thanks My email is shiwei.liang@volosoft.com

Because of the file types it wont send

I think this might have something to do with your solution structure, can you share a sample project that reproduces the problem, I'll check it out. thanks My email is shiwei.liang@volosoft.com

Sample sent to your email.

This is my test code:

public class QaPermissionDefinitionProvider : PermissionDefinitionProvider 
{ 
    public override void Define(IPermissionDefinitionContext context) 
    { 
        var test = context.AddGroup("TestGroup"); 
         
        test.AddPermission("TestPermission", new FixedLocalizableString("TestPermission")).AddChild("TestChildPermission", new FixedLocalizableString("TestChildPermission")); 
    } 
 
    private static LocalizableString L(string name) 
    { 
        return LocalizableString.Create<QaResource>(name); 
    } 
} 

And you can open the Swagger page to test the API:

Thank you for the response. My permissions does show up in the swagger api as you illustrated, but not in the admin ui.

If this is a version issue, how can i use the abp suite command to create an admin project with a specific abp version?

顯示 4 個紀錄的 1 到 4 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11