mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-08 22:39:43 +00:00
Add translation and return historical records back to original state
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
{% endif %}
|
||||
</li>
|
||||
<li>
|
||||
<span class="dt">service/territoire:</span>
|
||||
<span class="dt">{{ 'Scope'|trans }}/{{ 'center'|trans }}:</span>
|
||||
{% if entity.mainScope %}
|
||||
{{ entity.mainScope.name|localize_translatable_string }}
|
||||
{% endif %}
|
||||
|
@@ -464,7 +464,7 @@ export default {
|
||||
this.errors.push("Le genre doit être renseigné");
|
||||
}
|
||||
if (this.showCenters && this.person.center === null) {
|
||||
this.errors.push("Le territoire doit être renseigné");
|
||||
this.errors.push("Le centre doit être renseigné");
|
||||
}
|
||||
},
|
||||
loadData() {
|
||||
|
Reference in New Issue
Block a user