diff --git a/src/main/js/portal/main/models/CartItem.ts b/src/main/js/portal/main/models/CartItem.ts index 5f026bd3..7f1f202c 100644 --- a/src/main/js/portal/main/models/CartItem.ts +++ b/src/main/js/portal/main/models/CartItem.ts @@ -183,9 +183,6 @@ export function addingToCartProhibition( if(dobj.submTime.getTime() > Date.now()) return {allowCartAdd: false, uiMessage: "This data object is under moratorium"} - if (dobj.hasNextVersion) - return { allowCartAdd: false, uiMessage: "You should download the newest version" }; - if (dobj.level === 0 && dobj.theme === themeUris.atmospheric) return { allowCartAdd: false, uiMessage: "Raw atmospheric data are only available on request at the moment" };