Skip to content
Snippets Groups Projects

add 'obs-id' as mandatory filter field

Merged Fanna Lautenbach requested to merge hotfix/add-filter-constraint into main
1 unresolved thread

Screenshot_from_2022-12-16_16-43-04

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
204 204 The input is invalid:
205 205 {% for field, errors in form.errors.items %}
206 206 {% for error in errors %}
207 <li class="text text--red text--faded">{{ field }}: {{ error }}</li>
207 {% if field == '__all__' %}
208 <li class="text text--red text--faded">{{ error }}</li>
209 {% else %}
210 <li class="text text--red text--faded">{{ field }}: {{ error }}</li>
211 {% endif %}
  • Robbie Luijben
  • added 1 commit

    • a76f9653 - update error message to be consistent

    Compare with previous version

  • mentioned in commit 1609a838

  • Please register or sign in to reply
    Loading