Skip to content

Commit 41d1537

Browse files
author
Vikas Agarwal
committed
Github issue#1240, SEO friendly URLs for deep links (without database and ES update)
— Documentation for commenting existing code
1 parent c81cd9f commit 41d1537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/projects/create/containers/CreateContainer.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ class CreateConainer extends React.Component {
182182
// compares updated product with previous product to know if user has updated the product
183183
if (prevProduct !== product) {
184184
if (product) {
185+
// intentionally commented because now it should not be require as we handling all URL changes in onStepChange
186+
// earlier we were not getting updated project in onStepChange handler, hence it was required here
187+
// still leaving it here for next few release, in case we find any issue because of commenting this line
185188
// browserHistory.push(NEW_PROJECT_PATH + '/' + product + window.location.search)
186189
}
187190
}

0 commit comments

Comments
 (0)