Open Closed

Bugs & Problems v2.8.0 #188


User avatar
0
maliming created
Support Team Fullstack Developer

Update the ABP CLI:

dotnet tool update -g Volo.Abp.Cli

Update the ABP Suite:

abp suite update

  • Release notes: https://docs.abp.io/en/commercial/latest/release-notes

21 Answer(s)
  • User Avatar
    0
    ididsbury created

    Hi,

    Is it possible to retain the existing themes from 2.7? The new themes looks ok although the dark theme does not fit with our custom designs / branding. I'd like to upgrade to 2.8 but keep the existing themes.

    If not possible, then I suggest you add this in future i.e. we don't want to be forced to change themes with each update.

    Thanks

    Ian

  • User Avatar
    0
    alper created
    Support Team Director

    it's good to keep with the new theme but if you want to retain the old theme styles, copy your existing lepton.css and paste to your web project. and replace LeptonStyle contributor with your own css. But I'd suggest you to migrate to the new theme. changing your images and custom styles will be easier.

  • User Avatar
    0
    ididsbury created

    Thanks. But with respect I don't think you should be making fundamental changes to the existing theme in terms of colours / styles. Instead, I suggest new themes should be added.

    On another note, it seems that there is an issue with the Entity Changes History model introduced in version 2.8. The modal items / change items no longer gives an indicatation when the change was made. Also, the tooltip is no longer displayed when hovering over the change item header. Was this intentional? Note that I'm on MVC.

    Another UI issue (but not related related to 2.8) is the permissions modal. We have a large number of permissions and the modal takes a long time to open and save. I suggest only the current selected tab item content is loaded in the DOM and saved. There is also a scoll issue in the modal. See attached.

  • User Avatar
    0
    alper created
    Support Team Director

    hi,

    we'll try to not make radical change. (the community didn't like the color transitions of the previous theme, that's why all the styles are completely revised and changed by our designer). If you need fine tuning , you can add a global CSS and overwrite the existing ones with !important keyword.

    for the entity change history and for the Angular permission tab, I've created an issue to the team, they'll check it.

  • User Avatar
    0
    edirkzwager created

    I am having troubles updating / installing the abp suite 2.8. Please find below the error. I have tried to remove abp suite, re-install but the results are always as below.

  • User Avatar
    0
    sean.alford created

    @edirkzwager, I had a similar problem. Try this in an Admin console.

    1. Remove ABO Suite: abo suite remove
    2. Delete Suite folder: c:\users\username\.abp\suite
    3. Login: abp login username -p password
    4. Install ABP Suite: abp suite install
  • User Avatar
    0
    alper created
    Support Team Director

    @edirkzwager,

    @sean.alford solved a similar issue, try those steps.

  • User Avatar
    0
    edirkzwager created

    @sean.alford and @alper Please find below the results of the given steps. Still no luck :-(

  • User Avatar
    0
    sean.alford created

    @edirkzwager, I don't see where you deleted the abo suite folder c:/users/username/.abp/suite

    Make sure you delete that folder before trying to install abp suite.

  • User Avatar
    0
    alper created
    Support Team Director

    @edirkzwager I understand that you want to remove jQuery. If it gets in the bundle again after you remove it, it means you are removing it in earlier. ABP has several modules, these modules add their client-side dependencies one by one. If you remove jQuery in application project, then it'll be added in Web layer. So make sure you remove it in Web project. By the way I removed without facing any issues. Can you open a new question to track this..

  • User Avatar
    0
    alper created
    Support Team Director

    @edirkzwager, for your Suite installation problem, I see that you have added nuget.telerik.com to your NuGet sources. And Microsoft Dotnet Tool is searching Volo.Abp.Suite in nuget.telerik.com. Try to install it from the following command. Make sure to replace the YOUR-PRIVATE-API-KEY with yours (it's in your project's NuGet.Config file)

    dotnet tool install Volo.Abp.Suite --add-source https://nuget.abp.io/YOUR-PRIVATE-API-KEY/v3/index.json -g
    

    if your problem is not solved, create a new question .

  • User Avatar
    0
    edirkzwager created

    @alper I have tried it using your suggestions but still nu luck.

    But then I remembered I added the nuget telerik.com within VS2019 Package Manager Settings. Because dotnet does not run within the VS2019 context, it is missing the login for Telerik. Removing the Telerik nuget from VS solved the issue. Thanks for your support !

  • User Avatar
    0
    wazbek created

    Hi

    We are getting some errors after updating to version 2.8. We are using the Angular frontend.

    This error happens when the app loads up:

    core.js:6210 ERROR TypeError: Cannot read property 'objectExtensions' of undefined
        at ɵ1 (volo-abp.commercial.ng.ui.js:3358)
        at wrappedSelectorFn (ngxs-store.js:2865)
        at memoized (ngxs-store-internals.js:59)
        at selectFromRoot (ngxs-store.js:2901)
        at ngxs-store.js:2896
        at Array.map (<anonymous>)
        at MapSubscriber.selectFromRoot [as project] (ngxs-store.js:2892)
        at MapSubscriber._next (map.js:29)
        at MapSubscriber.next (Subscriber.js:49)
        at StateStream._subscribe (BehaviorSubject.js:14)
    

    There are also these warnings in the browser console:

    Could not find localization source: TextTemplateManagement   abp-ng.core.js:1014
    
    The localization source separator (::) not found.  abp-ng.core.js:1014
    

    All the abp screens are displaying like this too:

  • User Avatar
    0
    sean.alford created

    FYI: The Quetion Assignee & Creator filters do not seem to be working like it used to. Note, I was logged in.

  • User Avatar
    0
    alper created
    Support Team Director

    Thanks @sean.alford, It seems like this field requires a permission to fetch users... and only admin users have this permission. we should remove the permission from this end point. I'm creating an issue for that.

  • User Avatar
    0
    sean.alford created

    ABP Suite should not allow an Entity to contain a Property with the same name.

  • User Avatar
    0
    alper created
    Support Team Director

    @sean thank you for the feedback!

  • User Avatar
    0
    sean.alford created

    ABP Suite 2.8.0 - Low Priority Cosmetic Issue

    Here's another low priority cosmetic issue that really doen't cause any problems.

    I've noticed that if you click anywhere outside the MessageBox's bounded rectange that it will close as if you clicked OK. However, withing the MessageBox's bounded rectange you must click OK before it will close. I have not tried this on other MessageBox's that have multiple buttons. (i.e. OK, Cancel)

  • User Avatar
    0
    sean.alford created

    ABP Suite 2.8.0

    I created a new role for our support technicians and gave them access to View, Create and Edit Identity Management User. (See below)

    Next, I create a new user and assigned them to the Support Technican role. They can see the Users list, but when they click New, Edit, or Claims nothing happens. The Set Parrword dialog opens as expected.

    NOTE: I also tried granting the user access within the User Permissions. However, this produced the same results.

  • User Avatar
    0
    alper created
    Support Team Director

    @sean.alford your bug report filed. thanks

  • User Avatar
    0
    alper created
    Support Team Director

    v2.9.0 has been released => #222

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11