Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Vitaly Vasilega 62 posts 184 karma points
    Dec 04, 2014 @ 19:37
    Vitaly Vasilega
    0

    Errors that I found in version 1.5.0.1

    Hello!

    Immediately apologize for my bad English.

    But...

    First I installed the version 1.5.0, but there were mistakes in the js files and I decided to check up on github, whether new versions.

    To my luck there is a new version, but I was not long.

    (Moreover, in our country over time, blocked the github and had to go through TOR. :( )

    The first error (file product.models.js):

    At the end of the file it turned out unnecessary parentheses, you changed that file, and not all checked out.

           self.variantsMaximumPrice = function () {
                if (self.productVariants) {
                    return _.max(self.productVariants, function(v) { return v.price; });
                } else {
                    return self.maxPrice;
                }
            };
    
    
    
        //}; --need to remove
    
    
    }(window.merchello.Models = window.merchello.Models || {}));

    The second error (Add new product):

    When you try to add a new product, we get an error:

    Error: Non-assignable model expression: undefined (directive: merchelloSlideOpenPanel)...

     

    How fast can you fix the second error?

    Thanks a lot!

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Dec 04, 2014 @ 20:41
    Dennis Aaen
    0

    Hi Vitaly,

    If you think that you found a bug in Merchello I think that you should report it to the issue tracker for the Merchello product, then I am sure that the team behind Merchello will see it http://issues.merchello.com

    Hope this helps,

    /Dennis

     

  • Vitaly Vasilega 62 posts 184 karma points
    Dec 04, 2014 @ 20:48
    Vitaly Vasilega
    0

    Already done, thank you!

Please Sign in or register to post replies

Write your reply to:

Draft