Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
faf889a4
Commit
faf889a4
authored
Jun 27, 2021
by
Volker Krause
Browse files
Trim excessive spaces from event names in post-processing
parent
e456b67b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/extractorpostprocessor.cpp
View file @
faf889a4
...
...
@@ -382,6 +382,8 @@ EventReservation ExtractorPostprocessorPrivate::processEventReservation(EventRes
Event
ExtractorPostprocessorPrivate
::
processEvent
(
Event
event
)
const
{
event
.
setName
(
event
.
name
().
trimmed
());
// normalize location to be a Place
if
(
JsonLd
::
isA
<
PostalAddress
>
(
event
.
location
()))
{
Place
place
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment