Base solution for your next web application

Activities of "FlexSolution"

  • What is your product version?

  • 9.2.1

  • What is your product type (Angular or MVC)?

  • Angular

  • What is product framework type?

  • Core

  • Which theme are you using?

  • Default

  • What are the theme settings?

  • default

The Search button has round corners on the left side.

This is the same in all themes and on all pages where this component is used and also in your online demo.

But not when adding Webhook or dynamic property

PS: There is an internal error in your online demo when you go to the "Dynamic Property" page

Question

We previously had version 7.2.0 (Angular + .Net Core) After the update to version 8.1.0 the tests did not work anymore. We get the following message with every test:

System.NotSupportedException : SQLite doesn't support computed columns. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262

What could be the problem?

Question

I have a basic question about the repository and the managers.

In some services like OriganizationUnitAppService you use the manager as well as the repository. Then there are also managers that you use in managers.

Can you explain your rule on how to determine when to use a manager and when to use the repository directly?

Thanks.

We have a new developer on the team and he can't access the edit functions.

We've analyzed the whole thing. The fact is that if you don't use an old database but create a new one by migration, there are permission problems in the application. We then tested this with the other developers as well. They all deleted the database once and then simply had a new one created using migration.

No one has more access to the service we created. The only possibility is to remove "[AbpAuthorize(AppPermissions.XXX)]". It mainly affects the edit.

Could somebody please try this on their own?

Have there been any changes since version 7.0 that could cause this?

We had version 6.9 before and changed to 7.2.2 a couple of weeks ago.

We use the Core + Angular version.

Question

Hi,

We are using Wizard angular component for our forms but the validation is only posible on final step.

I was wondering is there any easy solution for validating every step of wizard before we press next button on it or we should implement our own solution for this problems?

Thanks, BM

Hi, I have problems creating child routes in main routing module.

{ path: 'vehicles/vehicles', component: VehiclesComponent, data: { permission: 'Pages.Vehicles' }, children: [{ path: 'statistic', component: StatisticVehicleComponent }] },

and I'm trying to redirect to it from code:

this.router.navigate(['/app/main/vehicles/vehicles/statistic']).then(() => {
            window.location.reload();
        });

but I'm always getting error that route doesn't exist.

What I'm doing wrong, should I register somewhere else the route or I'm calling this router in wrong way?

Let me ask you a general question. The original template has a lot of finished components in the angular version.

Why don't you just use them? This would be much easier to maintain. For example, in the last theme update all classes were changed. Instead of changing everything on each page by hand, you would just have to correct the few components and everything would be ready.

If there weren't any now and you had to do it all new, I'd still be able to imagine that it's a lot of work and that you're currently focusing on other things, but there are a lot of things there.

It would also be much easier for all customers to make their own changes and updates. And I'm talking about the basics here. Portlet, Error, Header...

What is the reason why you didn't take over something so important (from my point of view)?

Question

The Metronic theme offers the possibility to use svg icons. Version 6 uses SVG icons wherever possible.

Is there a way to use the SVG icons in the navigation of the Angular + Core version?

The flags in the new version are also all designed as SVG. What is the best way to integrate them in this way?

Here at metronic it is described how to change the whole thing:

https://keenthemes.com/metronic/?page=docs&section=sass-global

We would like to change the colors and settings to fit our CI better.

How can we change all these settings in ASP-Zero?

Question one: Which Metronic version has been used in your version 7?

Since version 6.0.2 of the template there are structure changes again. Have these already been implemented?

https://keenthemes.com/metronic/?page=docs&section=v6.0.2-update-notes

Question two: Is there a list somewhere where you moved or replaced the template files?

Example of Layout builder. We wanted to use the original louder because your version always flickers and is not correct in the middle.

So we have looked on the Template homepage where we can do that. https://keenthemes.com/metronic/preview/angular/demo1/builder

As it says, I can make the settings in this file /src/app/core/_config/demo1/layout.config.ts

This file does not exist with your implementation.

The current implementation of the new template is also not quite as the original from Keenthemes. As an example here is the language selection when you are logged in. The language selection is the same as before, i.e. with the old icons. That means either we did something wrong or you made a mixture of the old and the new template.

Showing 1 to 10 of 23 entries