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

POC in template #113

Open
etj opened this issue Dec 2, 2024 · 0 comments
Open

POC in template #113

etj opened this issue Dec 2, 2024 · 0 comments
Assignees

Comments

@etj
Copy link
Member

etj commented Dec 2, 2024

In the ResourceBase model, poc is no longer 1..1, but has become 1..n

In the metadate template the lines

{% with layer.poc as poc %}
...
{% endwith %}

should be replaced with

{% for poc in layer.poc %}
...
{% endfor %}
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

No branches or pull requests

1 participant