0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 14:44:34 +01:00
gitea/templates
Giteabot 6befca1695
Fix required checkboxes in issue forms (#27592) (#27692)
Backport #27592 by @JakobDev

If you set a checkbox as required in a issue form at the moment, the
checkbox is checked and read only, what does not make much sense. With
this PR, the Checkbox actually needs to be checked. The label supports
now also Markdown. This matches GitHub's behaviour.

And yes, I know the CSS is a ugly workaround. It looks like the given
CSS code is part Fomantic and I don't know how to change that. The
Maintainers are free to change that.


![grafik](https://github.com/go-gitea/gitea/assets/15185051/3f35be75-b0b4-42a7-9048-a4970384a035)

Co-authored-by: JakobDev <jakobdev@gmx.de>
2023-10-19 15:35:29 +02:00
..
admin Refactor system setting (#27000) (#27452) 2023-10-05 10:37:59 +00:00
api/packages/pypi
base
code
custom
devtest Improve dropdown button alignment and fix hover bug (#27632) (#27637) 2023-10-16 16:15:15 +08:00
explore Keep filter when showing unfiltered results on explore page (#27192) (#27589) 2023-10-12 08:56:21 +08:00
mail
org Use flex-container for repo and org settings (#27418) (#27430) 2023-10-04 07:20:43 +00:00
package
projects More db.DefaultContext refactor (#27265) (#27347) 2023-09-29 13:35:01 +00:00
repo Fix required checkboxes in issue forms (#27592) (#27692) 2023-10-19 15:35:29 +02:00
shared Revert #27426 (#27474) 2023-10-06 20:47:45 +08:00
status
swagger api: GetPullRequestCommits: return file list (#27483) (#27539) 2023-10-09 14:21:35 +02:00
user Don't show Link to TOTP if not set up (#27585) (#27588) 2023-10-11 22:59:21 +02:00
webhook
home.tmpl
install.tmpl
post-install.tmpl