mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 02:25:00 +00:00
Correction de bugs, ajout champs urgents dans la modal d'initialisation du ticket et ajout d'un configuration pour l'affichage des tabs dans la homepage
This commit is contained in:
@@ -11,5 +11,13 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block js %}
|
||||
<script type="text/javascript">
|
||||
window.homepage_config = JSON.stringify({
|
||||
defaultTab: 'MyTickets',
|
||||
displayTabs: ['MyCustoms', 'MyTickets', 'MyNotifications']
|
||||
});
|
||||
</script>
|
||||
|
||||
{{ encore_entry_script_tags('page_homepage_widget') }}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user