-
- Downloads
fix(admin): attached forms displayed in the rounds admin page
Fixed by re-implement ReadOnlyInlinePanel. Simplified the implementation of ReadOnlyInlinePanel to follow the single responsibility principle. It now just renders all the related items in a list. The responsibility of rendering items can be overridden using the panels passed to this ReadOnlyInlinePanel.
Showing
- hypha/apply/funds/edit_handlers.py 15 additions, 32 deletionshypha/apply/funds/edit_handlers.py
- hypha/apply/funds/models/applications.py 20 additions, 6 deletionshypha/apply/funds/models/applications.py
- hypha/core/__init__.py 0 additions, 0 deletionshypha/core/__init__.py
- hypha/core/templates/core/wagtail/panels/inline_panel_readonly.html 23 additions, 0 deletions.../templates/core/wagtail/panels/inline_panel_readonly.html
- hypha/core/wagtail/__init__.py 0 additions, 0 deletionshypha/core/wagtail/__init__.py
- hypha/core/wagtail/admin/panels.py 11 additions, 0 deletionshypha/core/wagtail/admin/panels.py
- hypha/settings/base.py 1 addition, 0 deletionshypha/settings/base.py
hypha/core/__init__.py
0 → 100644
hypha/core/wagtail/__init__.py
0 → 100644
hypha/core/wagtail/admin/panels.py
0 → 100644
Please register or sign in to comment