Skip to content

Commit

Permalink
Merge pull request #1788 from OpenConext/1330-improve-idp-debug-email…
Browse files Browse the repository at this point in the history
…-output

Improve IDP debug email
  • Loading branch information
johanib authored Jan 23, 2025
2 parents 3bcf45e + 16c1cf7 commit d4df6d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro
Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }}
{% endfor %}


{% for attributeName, attributeValues in attributes %}
"{{ attributeName }}"
----------------------------------------------------------
Name: {{ attributeName(attributeName, 'en') }}

English name: {{ attributeName(attributeName, 'en') }}

Values:
{% for attributeValue in attributeValues %}
Expand All @@ -34,8 +36,10 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro
{% for warning in validationResult.warnings(attributeName) %}
Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }}
{% endfor %}

{% endfor %}


Raw data
========

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro
Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }}
{% endfor %}


{% for attributeName, attributeValues in attributes %}
"{{ attributeName }}"
----------------------------------------------------------
Name: {{ attributeName(attributeName, 'en') }}

English name: {{ attributeName(attributeName, 'en') }}

Values:
{% for attributeValue in attributeValues %}
Expand All @@ -34,8 +36,10 @@ Error: {{ error[0]|trans({'%arg1%': error[1], '%arg2%': error[2], '%arg3%': erro
{% for warning in validationResult.warnings(attributeName) %}
Warning: {{ warning[0]|trans({'%arg1%': warning[1], '%arg2%': warning[2], '%arg3%': warning[3]}) }}
{% endfor %}

{% endfor %}


Raw data
========

Expand Down

0 comments on commit d4df6d2

Please sign in to comment.