You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is most probably an error since the beginning of GrandNode2.
I had the same question so I looked into the source code of previous GrandNode version.
According to GrandNode source code, ProductType 15 and 25 were Reservation and Auction respectively:
An improvement could be to replace those "magic numbers" with an int cast of the corresponding ProductType enum value or a well named constant in the .js files.
grandnode2/src/Web/Grand.Web/Views/Catalog/Partials/CatalogProductGridView.cshtml
Line 67 in 50e28d6
The text was updated successfully, but these errors were encountered: