Skip to content

POC in template #113

Closed
Closed
@etj

Description

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 %}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions