Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix multivalue handling #226

Open
WolfgangFahl opened this issue May 1, 2021 · 1 comment
Open

fix multivalue handling #226

WolfgangFahl opened this issue May 1, 2021 · 1 comment
Assignees
Labels
bug KGLF Knowledge Graph Limitation Frustration https://de.overleaf.com/read/swkzycvtpkkt Migration Migration steps or prerequisites WP 2.7 Workaround https://wiki.tib.eu/jira/browse/CONFIDENT-309 might need to be revisited
Milestone

Comments

@WolfgangFahl
Copy link
Collaborator

WolfgangFahl commented May 1, 2021

https://www.mediawiki.org/wiki/Extension:Page_Forms/Page_Forms_and_templates#arraymap

is used in some templates and leads to follow up issues as per #30

Analyze which templates use the arraymap parser function from the PageForms extension and improve

@WolfgangFahl WolfgangFahl added bug Migration Migration steps or prerequisites labels May 1, 2021
@WolfgangFahl WolfgangFahl self-assigned this May 1, 2021
@WolfgangFahl WolfgangFahl added this to the 2021-09 milestone May 1, 2021
@WolfgangFahl
Copy link
Collaborator Author

WolfgangFahl commented May 1, 2021

{{#ifeq:{{#arraymap:{{{Field|}}}|, |var|[[Category:var]]| }}|||{{#arraymap:{{{Field|}}}|, |var|[[Category:var]]| }}}}
{{#arraymap:{{#show: {{PAGENAME}}| ?Event in series.Field|link=none}}|, |var|[[var]]}}

see
https://confident.dbis.rwth-aachen.de/or/index.php?title=Workdocumentation_2021-05-01 how the second line references a non existing property "Field".

@WolfgangFahl WolfgangFahl added KGLF Knowledge Graph Limitation Frustration https://de.overleaf.com/read/swkzycvtpkkt WP 2.7 Workaround https://wiki.tib.eu/jira/browse/CONFIDENT-309 might need to be revisited labels May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug KGLF Knowledge Graph Limitation Frustration https://de.overleaf.com/read/swkzycvtpkkt Migration Migration steps or prerequisites WP 2.7 Workaround https://wiki.tib.eu/jira/browse/CONFIDENT-309 might need to be revisited
Projects
None yet
Development

No branches or pull requests

1 participant