Skip to content

Fix #1997: Make home page handle forward slashes#3041

Merged
offtherailz merged 8 commits intogeosolutions-it:masterfrom
Mloweedgar:fix-#1997
Aug 9, 2018
Merged

Fix #1997: Make home page handle forward slashes#3041
offtherailz merged 8 commits intogeosolutions-it:masterfrom
Mloweedgar:fix-#1997

Conversation

@Mloweedgar
Copy link
Copy Markdown
Contributor

@Mloweedgar Mloweedgar commented Jun 29, 2018

Description

Made home page handle forward slashes

Issues

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • No

@coveralls
Copy link
Copy Markdown

coveralls commented Jun 29, 2018

Coverage Status

Coverage increased (+0.3%) to 80.96% when pulling 9263e55 on Mloweedgar:fix-#1997 into ed71f7f on geosolutions-it:master.

Copy link
Copy Markdown
Member

@offtherailz offtherailz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The same problem is for every reserved char ; / ? : @ = &. Please remove also this from the string.
  • Write a unit test

note: This is a thunk. It is an old system we used to perform async operation, before the epics. If testing is to hard you may replace loadMaps with a pure action and create a new epic to replace this thunk's logic.

	- converted impure function(thunk) to pure function which returns an action
	- Added an loadMap Epic and MAPS_LOAD_MAP action
	- Added getMapsResourcesByCategory Epic and MAPS_GET_MAP_RESOURCES_BY_CATEGORY
	- Made sesrch handle reserved special characters
	- Added test for getMapsResourcesByCategoryEpic
	- Added test for loadMapsEpic
@ghost ghost assigned offtherailz Aug 9, 2018
@offtherailz offtherailz merged commit 7cf45a4 into geosolutions-it:master Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Home page search cannot handle forward slashes

3 participants