kopia lustrzana https://github.com/wagtail/wagtail
Improve spacing of page permissions table in Group settings (#12585)
rodzic
82ac5cb280
commit
9bb9e25206
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* Fix: Restore ability to upload profile picture through account settings (Sage Abdullah)
|
||||
* Fix: Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
|
||||
* Fix: Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
|
||||
|
||||
|
||||
6.3 LTS (01.11.2024)
|
||||
|
|
|
@ -16,3 +16,4 @@ depth: 1
|
|||
|
||||
* Restore ability to upload profile picture through account settings (Sage Abdullah)
|
||||
* Correctly handle `ImageChooserBlock` to `ImageBlock` data conversions where all inputs to `bulk_to_python` are null (Storm Heg, Matt Westcott)
|
||||
* Improve spacing of page / collection permissions table in Group settings (Sage Abdullah)
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
<table class="listing">
|
||||
<col />
|
||||
{% for i in formset.permission_types %}
|
||||
<col width="15%" />
|
||||
<col width="5%" />
|
||||
{% endfor %}
|
||||
<col />
|
||||
<col width="10%" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "Collection" %}</th>
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
<table class="listing">
|
||||
<col />
|
||||
{% for i in formset.permission_types %}
|
||||
<col width="15%" />
|
||||
<col width="5%" />
|
||||
{% endfor %}
|
||||
<col />
|
||||
<col width="10%" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans "Page" %}</th>
|
||||
|
|
Ładowanie…
Reference in New Issue