mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-05 00:16:14 +00:00
Merge branch 'stable'
This commit is contained in:
commit
278d7f5772
18
CHANGELOG.md
18
CHANGELOG.md
@ -80,8 +80,26 @@ Version 1.5.9
|
|||||||
- [closing motive] add an hierarchy for closing motives ;
|
- [closing motive] add an hierarchy for closing motives ;
|
||||||
- [closing motive] Add an admin section for closing motives ;
|
- [closing motive] Add an admin section for closing motives ;
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
Master branch
|
Master branch
|
||||||
=============
|
=============
|
||||||
|
|
||||||
- [CRUD] add step delete
|
- [CRUD] add step delete
|
||||||
|
|
||||||
|
=======
|
||||||
|
Version 1.5.10
|
||||||
|
==============
|
||||||
|
|
||||||
|
- [closing motive] display closing motive in remark
|
||||||
|
|
||||||
|
Version 1.5.11
|
||||||
|
==============
|
||||||
|
|
||||||
|
- Fix versioning constraint to chill main
|
||||||
|
|
||||||
|
Version 1.5.12
|
||||||
|
==============
|
||||||
|
|
||||||
|
- [addresses] add a homeless to person's addresses, and this information into
|
||||||
|
person list
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
'%opening_date%': accompanying_period.openingDate|localizeddate('long', 'none'),
|
'%opening_date%': accompanying_period.openingDate|localizeddate('long', 'none'),
|
||||||
'%closing_date%': accompanying_period.closingDate|localizeddate('long', 'none')}
|
'%closing_date%': accompanying_period.closingDate|localizeddate('long', 'none')}
|
||||||
) }}
|
) }}
|
||||||
<div>{{ accompanying_period.closingMotive|chill_entity_render_box }}</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% if chill_accompanying_periods.fields.user == 'visible' %}
|
{% if chill_accompanying_periods.fields.user == 'visible' %}
|
||||||
@ -41,6 +40,10 @@
|
|||||||
</td>
|
</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
|
{% if accompanying_period.isOpen == false %}
|
||||||
|
<div>{{ accompanying_period.closingMotive|chill_entity_render_box }}</div>
|
||||||
|
<br/>
|
||||||
|
{% endif %}
|
||||||
{{ accompanying_period.remark|chill_print_or_message('No remark', 'blockquote') }}
|
{{ accompanying_period.remark|chill_print_or_message('No remark', 'blockquote') }}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"chill-project/main": "dev-CRUD-init@dev",
|
"chill-project/main": "~1.5",
|
||||||
"chill-project/custom-fields": "~1.5"
|
"chill-project/custom-fields": "~1.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user