Skip to content

Commit cac5148

Browse files
authored
Merge pull request from GHSA-446q-xxg5-3vhh
1 parent 1b9dfa2 commit cac5148

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

bundle/Resources/translations/ezrepoforms_policies.en.xlf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:jms="urn:jms:translation" version="1.2">
3-
<file date="2017-10-16T18:26:20Z" source-language="en" target-language="en" datatype="plaintext" original="not.available">
3+
<file source-language="en" target-language="en" datatype="plaintext" original="not.available">
44
<header>
55
<tool tool-id="JMSTranslationBundle" tool-name="JMSTranslationBundle" tool-version="1.1.0-DEV"/>
66
<note>The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.</note>
@@ -21,6 +21,11 @@
2121
<target>Language</target>
2222
<note>key: policy.limitation.identifier.language</note>
2323
</trans-unit>
24+
<trans-unit id="b40e3e09e55ef852a5d9e1592e9c895715b1313c" resname="policy.limitation.identifier.memberof">
25+
<source>Member Of</source>
26+
<target>Member Of</target>
27+
<note>key: policy.limitation.identifier.memberof</note>
28+
</trans-unit>
2429
<trans-unit id="ab9163a435d32610a7a1af8df07ab38eebc4c7c6" resname="policy.limitation.identifier.newsection">
2530
<source>New Section</source>
2631
<target>New Section</target>
@@ -61,6 +66,11 @@
6166
<target>Owner of Parent</target>
6267
<note>key: policy.limitation.identifier.parentowner</note>
6368
</trans-unit>
69+
<trans-unit id="9f2e53e094725bbc243ad777547724ab923a31d1" resname="policy.limitation.identifier.role">
70+
<source>Role</source>
71+
<target>Role</target>
72+
<note>key: policy.limitation.identifier.role</note>
73+
</trans-unit>
6474
<trans-unit id="bb77b27363dad566197a200290f0f0b18baa4705" resname="policy.limitation.identifier.section">
6575
<source>Section</source>
6676
<target>Section</target>

bundle/Resources/views/limitation_values.html.twig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,15 @@
116116
{{ values|join(', ') }}
117117
{% endapply %}
118118
{% endblock %}
119+
120+
{% block ez_limitation_memberof_value %}
121+
{% apply spaceless %}
122+
{{ values|join(', ') }}
123+
{% endapply %}
124+
{% endblock %}
125+
126+
{% block ez_limitation_role_value %}
127+
{% apply spaceless %}
128+
{{ values|join(', ') }}
129+
{% endapply %}
130+
{% endblock %}

0 commit comments

Comments
 (0)