"rajasekhard2015" 'in aktiviteleri

Its not working in release mode. its showing the error like $ not found and abp notfound And also css also not coming.

Thank you liangshiwei its working.

index.js file where can i get that.

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

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)

Thank you. it's working

Cevap

I have followed and modified the login UI give by you (https://gist.github.com/ebicoglu/eebfbc7368b3ab1b739afdf56a293d8f).

I am able to see the changes in debugging the application. but unable to see the changes in release mode after deployement.

Thanks for your solution its working for now.

Please reply us when the issue is fixed.

21 kayıttan 11 ile 20 arası gösteriliyor.
Made with ❤️ on ABP v8.2.0-preview Updated on Mart 25, 2024, 15:11