Giter Site home page Giter Site logo

abp.aspnetcore.mvc.ui.theme.adminlte's People

Contributors

hikalkan avatar mucahiddanis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

abp.aspnetcore.mvc.ui.theme.adminlte's Issues

have a bug ?

In 'Personal info' page ,I clicked the submit button and reported an error!

Manage.cshtml
@foreach (var group in Model.ProfileManagementPageCreationContext.Groups)

Model.ProfileManagementPageCreationContext is null .

Hope to check and look forward to reply , thanks!!

There was a problem switching to production

  1. Switch to the production environment
    image
    2.Run
    image
    3.Press F12 in the Google browser to enter the debugging interface
    image
    4.Click on any of the menus
    image
    5.Report an error
    image

Because pageUrl is null,Could you please help me to see what error is causing this?

Box component problem

Many thanks for your effort. Box component is not shown as original adminlte box. Is there any workaround?

Javascript bundling location

Hi,
I've added javascript file for users index page with below codes and put js file into "theme\Abp.AspNetCore.Mvc.UI.Theme.AdminLTE\Pages\Identity\Users" folder. Abp cannot find js file in this location when loading index page of users. Because abp searches bundled file in orginal project folder. If I put js file in "src\Portal.Web\Pages\Identity\Users" folder it loads js file successfully.

What did I wrong?
Or is this normal behaviour of abp?

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.