Activities of "rajasekhard2015"

Hi I have added the functionality like,

$(function() { abp.log.info('My custom user script file has been loaded!');

//TODO how to get user instance to add another action

});

JavaScript Then add this file to the bundle of the role management page:

Configure<AbpBundlingOptions>(options => { options.ScriptBundles .Configure( typeof(Volo.Abp.Identity.Web.Pages.Identity.Users.IndexModel).FullName, bundleConfig => { bundleConfig.AddFiles("/Pages/Identity/Users/myuser.js"); }); });

In Js file how can i get the user page instance please give me that steps

Hi,

I want add one more option for seeting the each user loggedin info..
please suggest me the process how to add one modal (Actions like edit, claims and delete user) want add one more action.

Thanks for your response.

No.. just added the customsettings provider only. Please give me the steps. based on that i will create.

I Have added the code as you given in the document. but its not reflecting in the UI (unable to see the custom settings)

How to add my custom settings using razor page

I want to customise the top navigation bar like footer.

Please give me the suggestions for overrding the MVC UI

Volo.Abp.AbpException: Could not find the bundle file '/libs/abp/utils/abp-utils.umd.min.js' from IWebContentFileProvider at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpTagHelperResourceService.ProcessAsync(TagHelperContext context, TagHelperOutput output, List1 bundleItems, String bundleName) at Volo.Abp.AspNetCore.Mvc.UI.Bundling.TagHelpers.AbpBundleTagHelperService1.ProcessAsync(TagHelperContext context, TagHelperOutput output) at Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner.<RunAsync>g__Awaited|0_0(Task task, TagHelperExecutionContext executionContext, Int32 i, Int32 count)

I tried with abp suite to generate the entities. but its showing error. is there any configuration needs to set?

Thank you. it's working

Showing 21 to 30 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11