Skip to content
Snippets Groups Projects
Commit a5366aad authored by ludovic Blanchet's avatar ludovic Blanchet
Browse files

Fix identity-admin application.yml for app categories

parent 93019fb9
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,6 @@ server:
accesslog:
enabled: "{{ vitamui_struct.jvm_log|lower }}"
directory: "{{ vitamui_folder_log }}"
portal-categories:
{% for id, category in vitamui_defaults.portal_categories.iteritems() %}
{{ id }}:
title: "{{ category.title }}"
displayTitle: {{ category.displayTitle }}
order: {{ category.order }}
{% endfor %}
management:
server:
......@@ -97,6 +89,13 @@ ui-identity:
{% else %}
identity: "{{ url_prefix }}/identity" # TODO OMA : revoir avec les redirections du RP
{% endif %}
portal-categories:
{% for id, category in vitamui_defaults.portal_categories.iteritems() %}
{{ id }}:
title: "{{ category.title }}"
displayTitle: {{ category.displayTitle }}
order: {{ category.order }}
{% endfor %}
ui:
{% if vitamui_struct.base_url is defined %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment