From af908759bf8427aa4cbf9daee591d6a48d06c57c Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Tue, 10 Sep 2019 07:43:43 +0200 Subject: [PATCH] go to the location view after real estate type selection --- app/controllers/realEstateTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/realEstateTypes.js b/app/controllers/realEstateTypes.js index afefa0f..853b693 100644 --- a/app/controllers/realEstateTypes.js +++ b/app/controllers/realEstateTypes.js @@ -11,7 +11,7 @@ const getRealEstateTypes = (req, res) => { const postRealEstateTypes = async (req, res) => { const request = await currentRERequest(req); - const nextStepPage = req.query.nextStep || "grad"; + const nextStepPage = req.query.nextStep || "lokacija"; if (request && request.uniqueId) { const nextStepUrl = `/${nextStepPage}/${request.uniqueId}`;