Subversion Repositories SmartDukaan

Rev

Rev 22654 | Rev 22927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22654 Rev 22860
Line 49... Line 49...
49
		} catch (ProfitMandiBusinessException e) {
49
		} catch (ProfitMandiBusinessException e) {
50
			LOGGER.error("FofoStore Code not found of {}", fofoDetails);
50
			LOGGER.error("FofoStore Code not found of {}", fofoDetails);
51
		}
51
		}
52
		model.addAttribute("fofoStoreCode", fofoStore != null ? fofoStore.getCode() : null);
52
		model.addAttribute("fofoStoreCode", fofoStore != null ? fofoStore.getCode() : null);
53
		model.addAttribute("appContextPath", request.getContextPath());
53
		model.addAttribute("appContextPath", request.getContextPath());
-
 
54
		model.addAttribute("roleTypes", fofoDetails.getRoleTypes());
54
		return "dashboard";
55
		return "dashboard";
55
	}
56
	}
56
	
57
	
-
 
58
	
57
	@RequestMapping(value = "/contactUs", method = RequestMethod.GET)
59
	@RequestMapping(value = "/contactUs", method = RequestMethod.GET)
58
	public String contactUs(HttpServletRequest request, Model model) throws Exception{
60
	public String contactUs(HttpServletRequest request, Model model) throws Exception{
59
		model.addAttribute("appContextPath", request.getContextPath());
61
		model.addAttribute("appContextPath", request.getContextPath());
60
		return "contact-us";
62
		return "contact-us";
61
	}
63
	}