Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "deltavision"

Hi,

Using:

  • Core/JQuery project.
  • ANZ v7.1 (gulp)

with reference to #7272

bundles does not auto create/update when we change in css / js files.

  • Does the auto-generate not work with gulp?
  • Must we manually run npm run create-bundles?

Hi,

I have problems with bundle.json - it does not create bundle files. Using Core/JQuery project.

Relates to #7133 Link to webpack from the question above - not working / file missing. https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/webpack.config.js

But here:

https://github.com/aspnetzero/aspnet-zero-core/commit/84342d45991cc23611fc347b9a51bea0ae9a4de1#diff-9b3e338957ad2546ebe8ef5c19be4776

You changed to gulp instead of webpack What do we need to do, to make bundle work again?

Best Michael

Hi,

in a table with a column containing a button - when changing order by clicking on column headers - the button duplicates, what could be wrong?

/Michael

Hi,

the menu + submenus works fine on my development.

But when deployed to production IIS server, the menues (sub) cannot be opened.

What am I missing ?

/Michael Vad

Hi,

updated nuget packages - and now I cannot build project:

Build on .core project - error:

_Error CS7036 There is no argument given that corresponds to the required formal parameter 'userOrganizationUnitRepository' of 'AbpUserStore<Role, User>.AbpUserStore(IUnitOfWorkManager, IRepository<User, long>, IRepository<Role>, IAsyncQueryableExecuter, IRepository<UserRole, long>, IRepository<UserLogin, long>, IRepository<UserClaim, long>, IRepository<UserPermissionSetting, long>, IRepository<UserOrganizationUnit, long>, IRepository<OrganizationUnitRole, long>)' ZZZZZ.Core D:\TFVC\ZZZZZ\src\ZZZZZ.Core\Authorization\Users\UserStore.cs 23

Best regards, Michael

Hi,

how can I render two data fields into one column - this code gives med "undefined undefined"

    var dataTable = _$customersTable.DataTable({
        paging: true,
        serverSide: true,
        processing: true,
        listAction: {
            ajaxFunction: _customerService.getCustomers,

        .....


           {
                targets: 5,
                data: "addressStreet",
                render: function (record) {
                    return record.addressStreet + " " + record.addressNumber;
                }

Hi,

With reference to https://keenthemes.com/metronic/preview/?page=crud/metronic-datatable/child/data-local&demo=default

Do you have any sample code for the DataTable with a child datatable - like the one from the above link ?

Reference: #6072

Best regards Michael Vad

Hi,

is it possible with datatable to have "sub rows" - so you can expand the main row, and view/edit sub rows.

And if so possible - are there any samples to work from?

Best regards, Michael Vad

Hi,

this maybe related to #2825

Following your step-by-step (Core/MVC) - PhoneBookDemo. Created LESS file does not auto convert to CSS files when compiling.

What could be the reason?

Best regards Michael Vad

Hi,

starting a new project and login with Admin gives the following - what is wrong?

Showing 31 to 40 of 41 entries