[MSHOP-55] Prices are not displayed, categorization not optional as is ce Created: 31/Dec/12  Updated: 27/Feb/13  Resolved: 25/Feb/13

Status: Closed
Project: Magnolia Shop (closed)
Component/s: None
Affects Version/s: 1.1.1
Fix Version/s: 1.1.1

Type: Bug Priority: Neutral
Reporter: Teresa Miyar Assignee: Teresa Miyar
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Comments   
Comment by Jan Haderka [ 21/Jan/13 ]
  • Test is missing to make sure we don't get this problem back in the future.
  • While changing ShopKeywordSearchResultParagraphModel you should also fix the
               } catch (Exception e) {
    	 	                 //TODO
    	 	             }
    	         }	 
  • Similarly exception handling in ShopTagCloudParagraph can't stay as is
    } catch (LoginException e) {
    82	 	         // TODO Auto-generated catch block
    83	 	         e.printStackTrace();
    84	 	     } catch (RepositoryException e) {
    85	 	         // TODO Auto-generated catch block
    86	 	         e.printStackTrace();
    87	 	     }
    
  • changing major version of the dependency (Data module) means you need to change major version of the module itself as well.
  • also I don't see how making categorization not optional is related to prices not being displayed. Ticket title should be updated as it changes now more then just fix prices not being displayed.
Generated at Mon Feb 12 07:08:51 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.