Fix hidden empty custom fields closes #282 #313

Merged
carla merged 7 commits from bugfix/228_hidden_empty_custom_field_ into main 2025-12-23 18:24:19 +01:00
Owner

Description of the implemented changes

The changes were:

  • Bugfixing
  • New Feature
  • Breaking Change
  • Refactoring

What has been changed?

Definition of Done

Code Quality

  • No new technical depths
  • Linting passed
  • Documentation is added were needed

Accessibility

  • New elements are properly defined with html-tags
  • Colour contrast follows WCAG criteria
  • Aria labels are added when needed
  • Everything is accessible by keyboard
  • Tab-Order is comprehensible
  • All interactive elements have a visible focus

Testing

  • Tests for new code are written
  • All tests pass
  • axe-core dev tools show no critical or major issues

Additional Notes

## Description of the implemented changes The changes were: - [x] Bugfixing - [ ] New Feature - [ ] Breaking Change - [ ] Refactoring <!--- Describe the goal of the PR in a few words --> ## What has been changed? <!--- List the things you changed --> ## Definition of Done ### Code Quality - [x] No new technical depths - [x] Linting passed - [ ] Documentation is added were needed ### Accessibility - [ ] New elements are properly defined with html-tags - [ ] Colour contrast follows WCAG criteria - [ ] Aria labels are added when needed - [ ] Everything is accessible by keyboard - [ ] Tab-Order is comprehensible - [ ] All interactive elements have a visible focus ### Testing - [ ] Tests for new code are written - [x] All tests pass - [ ] axe-core dev tools show no critical or major issues ## Additional Notes <!--- Add any additional information for the reviewers here -->
carla added 2 commits 2025-12-23 16:19:37 +01:00
fix: show custom field input fields also when empty
All checks were successful
continuous-integration/drone/push Build is passing
5718a37aca
carla added 3 commits 2025-12-23 17:11:02 +01:00
carla added 1 commit 2025-12-23 18:15:06 +01:00
fix linting errors
Some checks failed
continuous-integration/drone/push Build is failing
3cf8244cd6
carla added 1 commit 2025-12-23 18:21:26 +01:00
fix tests
All checks were successful
continuous-integration/drone/push Build is passing
f87e6d3e1d
carla merged commit e9b99e6749 into main 2025-12-23 18:24:19 +01:00
carla deleted branch bugfix/228_hidden_empty_custom_field_ 2025-12-23 18:24:20 +01:00
Sign in to join this conversation.
No description provided.