Skip to content

Made the import tool maps provider search case insensitive#746

Merged
ltshb merged 2 commits intodevelopfrom
bug-import-tool-search-case-sensitivity
Mar 28, 2024
Merged

Made the import tool maps provider search case insensitive#746
ltshb merged 2 commits intodevelopfrom
bug-import-tool-search-case-sensitivity

Conversation

@ltshb
Copy link
Contributor

@ltshb ltshb commented Mar 28, 2024

@github-actions github-actions bot added the bug label Mar 28, 2024
@ltshb ltshb requested review from LukasJoss and pakb March 28, 2024 05:31
Sometimes due to data integration work, the topic tree can not be correctly
loaded as a layer is added to the topic before it even exits on the BOD.

Therefore on DEV in this case we print a warning instead of an error.
@cypress
Copy link

cypress bot commented Mar 28, 2024

Passing run #1376 ↗︎

0 166 22 0 Flakiness 0

Details:

Do not log error on dev due to data integration
Project: web-mapviewer Commit: 11a9510b3d
Status: Passed Duration: 04:45 💡
Started: Mar 28, 2024 5:41 AM Ended: Mar 28, 2024 5:46 AM

Review all test suite changes for PR #746 ↗︎

Comment on lines +54 to +60
if (ENVIRONMENT === 'development') {
log.warn(
`Child ${topicChild.id} can't be loaded, probably due to data integration work ongoing: ${err.message}`
)
} else {
log.error(`Child ${topicChild.id} can't be loaded`, err)
}
Copy link
Contributor

Choose a reason for hiding this comment

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

they break everything 🤦 🤣

@ltshb ltshb merged commit 8450fc2 into develop Mar 28, 2024
@ltshb ltshb deleted the bug-import-tool-search-case-sensitivity branch March 28, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants