Skip to content

Commit

Permalink
[Automated] Merged develop into target main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 21, 2024
2 parents 180ff35 + d26bf4d commit e565a12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.19 - 2024-09-21

_Download of collected data donations is only possible through the API not through the admin interface.
Fix and comprehensive documentation will be released in a subsequent version._

### Fixed
- Fixed mobile layout of matrix question items ([`5e87ac5`](https://github.com/uzh/ddm/commit/5e87ac5).


## 1.0.18 - 2024-09-19

_Download of collected data donations is only possible through the API not through the admin interface.
Expand Down
2 changes: 1 addition & 1 deletion ddm/static/ddm/css/questionnaire.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

.mq-table thead tr th:first-child,
.mq-table tbody tr td:first-child {
width: auto;
width: 100% !important;
padding-left: 10px;
padding-bottom: 5px;
}
Expand Down
1 change: 0 additions & 1 deletion ddm/templates/ddm/admin/questionnaire/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ <h5>Questions Associated to File Blueprints</h5>
</tr>

{% for blueprint in donation_blueprints %}
{{ blueprint.file_uploader }}
{% if blueprint.file_uploader is not None %}
{% for question in blueprint.get_associated_questions %}
<tr {% if forloop.last %}class="border-bottom-dark"{% endif %}>
Expand Down

0 comments on commit e565a12

Please sign in to comment.