Skip to content
GitLab
Menu
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
f85ea284
Commit
f85ea284
authored
Apr 18, 2022
by
Volker Krause
Browse files
Also post-process stand-alone program membership elements
parent
71b0372b
Pipeline
#165128
passed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/extractorpostprocessor.cpp
View file @
f85ea284
...
...
@@ -117,6 +117,11 @@ void ExtractorPostprocessor::process(const QVector<QVariant> &data)
elem
=
d
->
processEvent
(
elem
.
value
<
Event
>
());
}
// non-reservation types
else
if
(
JsonLd
::
isA
<
ProgramMembership
>
(
elem
))
{
elem
=
d
->
processProgramMembership
(
elem
.
value
<
ProgramMembership
>
());
}
d
->
mergeOrAppend
(
elem
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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