Base solution for your next web application

Activities of "gbadenhorst"

Hi,

Sorry forgot to add the project details. I am on the latest version of ASP.Net Core & Angular (5.1.0) It is a newly downloaded template so everything is standard and only PrimeNG needs to be updated.

Regards, Gideon Badenhorst

Hi,

<ins>When i follow this:</ins>if we talk in particular about PrimeNg, uninstall it and reinstall the latest using the guidance on <a class="postlink" href="https://www.npmjs.com/package/primeng">https://www.npmjs.com/package/primeng</a> I end up with problems on the OpaqueToken -> @angular/core/core. The OpaqueToken param becomes unavailable ones PrimeNG is updated to the latest version.

What I basically did with the last attempt as a last resort was to modify the pack version in the packages.json and then run 'yarn' But I still ended up with issues. It is as if 5.1.2 PrimeNG is not supported or modifies other packages when updated.

Regards, Gideon Badenhorst

Hi,

How do I go about updating a package like PrimeNG? Everything I tried so far has ended up with the project breaking and endless amounts of errors when I run the angular project.

Any help will be greatly appreciated.

Regards, Gideon Badenhorst

Thank you

I will in the meantime force everything to lower case on the email till a new version has been released with the fix in.

Regards, Gideon Badenhorst.

Hi ismcagdas

The reason why is suggested the above is a lot of people might not be familiar with Angular, Typescript and the flow of the template on both UI and Core, and the best way to learn is to base a tutorial on an actual piece of work in the system which will then give guidelines on how to correctly use things.

The best one I can think of is the Languages.

Considering that most of the work I do does not need that much new stuff to be added or any major changes to the system so far I learned most of the things I needed to know regarding the template from the languages components.

There is naturally a really large amount of things in the template that will not be in a guide but technically speaking it is much easier to work and learn from something that is already an existing component with a lot of functionality used in the system.

Regards, Gideon Badenhorst

Hi,

I cleared my cookies and it seemed to fix the User display and as for the visual bug with the menu, i can't recreate anymore.

The part that worries me is, why did it treat admin as a normal user while I have not yet on this environment created any other users or any other tenants as well as no changes to admin to make it work like a tenant/user.

<ins>1. About user save problem, do you have any javascript error on your browser's console ? In our demo it seems like it is working fine. I suspect, this might be related to a javascript error.</ins>

Regarding the create issue, there are no errors in the console, please see below a screenshot as well a minimum populated values for the user details. The save button just stays disabled.

Ill let you know if i can recreate any of the other issues again, but for now cookies seems to fix most issues.

Thank you

Hi,

I have been getting a very strange interaction with creating users. In 5.0.3 the first time I started the project up, I could not create users and after refreshing the page once I could create users. Now on 5.0.4, it does not allow me to create users at all for some reason. The save just never goes from disabled to enabled. I would like to be able to provide an error but I have zero errors to work on for this post.

In 4.6.1 there was a form of validation on popups of existing functionality which is currently in 5+ not available.

Another thing that I just want to point out is a visual overlay of menus that is a bit buggy. When you have the menu on top and you are on a screen with a filter bar it does not stay topmost but rather goes underneath the filter box:

Here is a nother interesting scenario which kind of trips me out a bit: I opened the project up in Chrome and in Firefox. I have 1 User and 1 tenant in the system both of them are created by default on project start up with the seeding as provided with the template. Tenant: Default or .
User: ADMIN

<a class="postlink" href="http://localhost:4200/app/admin/hostDashboard">http://localhost:4200/app/admin/hostDashboard</a> In Firefox it opens as it should, as an admin user.

In Chrome, it handles the user as a non admin user. <a class="postlink" href="http://localhost:4200/app/main/dashboard">http://localhost:4200/app/main/dashboard</a>

I have no idea how to handle this and quite frankly i don't know how this is possible.

The only difference between the 2 is the sign in style i think: Chrome: Default\Admin Firefox: .\Admin

Thank you in advance and sorry for not being able to provide more details on the Create user issue, I will try and have a look when I have more time available.

Regards, Gideon Badenhorst

Hi

I would recommend developing based on other components such as the users or any of the existing functionality. The phonebook step by step is very lacking in functionality and use. It gives a bare minimum guideline.

I might be wrong on this, but that is my experience from the phonebook vs existing functionality.

Hi,

Thank you for the link. Seems like all the action happens on Github.

I managed to log in on FireFox which is quite interesting. Ill clear all my cookies etc on chrome and have a look.

Another issue I encountered now is in the editions. The config for Paid side does not save at all.

Is the paid side functionality supposed to be default for the template or is it a self-implementation item? (from what I understand it should be included but would just like to confirm?)

Hi,

Can anyone actually log in with the latest version?

When I started the project up, unlike 5.0.2 the scenario is reversed for me. 5.0.2: Here the UI worked with errors on the Backend side. 5.0.3: Now the UI does not work and the backend seems to be working.

I am not sure if I am handling something different from how it is supposed to be done.

Currently when I start the UI project the following errors:

This is a new segment to 5.0.3 and I could not find something relating to it in 5.0.2 and lower. I imported lodash (This is the part that I am not sure if it is the correct item to import for this.

Besides for that, I can't log in after I run the UI project:

<a class="postlink" href="http://localhost:22742/api/services/app/Session/GetCurrentLoginInformations">http://localhost:22742/api/services/app ... formations</a> {"result":null,"targetUrl":null,"success":false,"error":{"code":0,"message":"An internal error occurred during your request!","details":null,"validationErrors":null},"unAuthorizedRequest":false,"__abp":true}

Anyone maybe knows how to get out of this situation with 5.0.3 or if I am just doing something wrong?

Regards, Gideon Badenhorst

Showing 21 to 30 of 48 entries